#54CFC0

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

Shades of Medium Turquoise #54CFC0

Tints of Medium Turquoise #54CFC0

Color information

#54CFC0 (or 0x54CFC0) is unknown color: approx Medium Turquoise. HEX triplet: 54, CF and C0. RGB value is (84,207,192). Sum of RGB (Red+Green+Blue) = 84+207+192=483 (63% of max value = 765). Red value is 84 (33.20% from 255 or 17.39% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 192 (75.39% from 255 or 39.75% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFC0 is #AB303F. Grayscale: #A8A8A8. Windows color (decimal): -11219008 or 12635988. OLE color: 12635988.

HSL color Cylindrical-coordinate representation of color #54CFC0: hue angle of 172.68º degrees, saturation: 0.56, 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 #54CFC0 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB84207192-
CMYK0.5900.070.19
HSL172.68º56.16%57.06%-
HSV(B)172.68º59.42%81.18%-
XYZ35.4850.3257.71-
YUV168.51141.2567.72-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.39%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 192 (75.39% from 255) = 39.75%
R=17.39%
G=42.86%
B=39.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842071920.5900.070.19172.6856.1657.06
Hex54CFC03B0713ad3839
Octal1243173007307232557071
Binary1010100110011111100000011101101111001110101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,207,192); }

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

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

 a { background-color: rgb(84,207,192); }

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

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

 span { border-color: rgb(84,207,192); }

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