#54D7D0

Color #54D7D0 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #54D7D0

Tints of Medium Turquoise #54D7D0

Color information

#54D7D0 (or 0x54D7D0) is unknown color: approx Medium Turquoise. HEX triplet: 54, D7 and D0. RGB value is (84,215,208). Sum of RGB (Red+Green+Blue) = 84+215+208=507 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.57% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 215 - color contains mainly: green. Hex color #54D7D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54D7D0 is #AB282F. Grayscale: #AEAEAE. Windows color (decimal): -11216944 or 13686612. OLE color: 13686612.

HSL color Cylindrical-coordinate representation of color #54D7D0: hue angle of 176.79º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #54D7D0 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB84215208-
CMYK0.6100.030.16
HSL176.79º62.09%58.63%-
HSV(B)176.79º60.93%84.31%-
XYZ39.3455.0468.22-
YUV175.03146.663.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 16.57%
GREEN value IS 215 (84.38% from 255) = 42.41%
BLUE value IS 208 (81.64% from 255) = 41.03%
R=16.57%
G=42.41%
B=41.03%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal842152080.6100.030.16176.7962.0958.63
Hex54D7D03D0310b13e3b
Octal1243273207503202617673
Binary101010011010111110100001111010111000010110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54D7D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54D7D0; }

 p { color: rgb(84,215,208); }

 H1.HeaderClassName
 {
   color: #54D7D0;
 }
 .AnyTagClassName
 {
   color: #54D7D0;
 }
</style>
background-color css

<style>
 a { background-color: #54D7D0; }

 a { background-color: rgb(84,215,208); }

 div.DivClassName
 {
   background-color: #54D7D0;
 }
 .BgClassName
 {
   background-color: #54D7D0;
 }
</style>
border-color css

<style>
 span { border-color: #54D7D0; }

 span { border-color: rgb(84,215,208); }

 td.TdClassName
 {
   border-color: #54D7D0;
 }
 .TagClassName
 {
   border-color: #54D7D0;
 }
</style>