#54CACE

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

Shades of Medium Turquoise #54CACE

Tints of Medium Turquoise #54CACE

Color information

#54CACE (or 0x54CACE) is unknown color: approx Medium Turquoise. HEX triplet: 54, CA and CE. RGB value is (84,202,206). Sum of RGB (Red+Green+Blue) = 84+202+206=492 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.07% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #54CACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CACE is #AB3531. Grayscale: #A7A7A7. Windows color (decimal): -11220274 or 13552212. OLE color: 13552212.

HSL color Cylindrical-coordinate representation of color #54CACE: hue angle of 181.97º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CACE is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB84202206-
CMYK0.590.0200.19
HSL181.97º55.45%56.86%-
HSV(B)181.97º59.22%80.78%-
XYZ35.9248.5865.88-
YUV167.17149.9168.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.07%
GREEN value IS 202 (79.30% from 255) = 41.06%
BLUE value IS 206 (80.86% from 255) = 41.87%
R=17.07%
G=41.06%
B=41.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842022060.590.0200.19181.9755.4556.86
Hex54CACE3B2013b63739
Octal1243123167320232666771
Binary101010011001010110011101110111001001110110110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,202,206); }

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

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

 a { background-color: rgb(84,202,206); }

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

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

 span { border-color: rgb(84,202,206); }

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