#54c8cc

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

Shades of Medium Turquoise #54C8CC

Tints of Medium Turquoise #54C8CC

Color information

#54C8CC (or 0x54C8CC) is unknown color: approx Medium Turquoise. HEX triplet: 54, C8 and CC. RGB value is (84,200,204). Sum of RGB (Red+Green+Blue) = 84+200+204=488 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.21% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #54C8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54C8CC is #AB3733. Grayscale: #A5A5A5. Windows color (decimal): -11220788 or 13420628. OLE color: 13420628.

HSL color Cylindrical-coordinate representation of color #54C8CC: hue angle of 182º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54C8CC is Cyan = 0.59, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB84200204-
CMYK0.590.0200.2
HSL182º54.05%56.47%-
HSV(B)182º58.82%80%-
XYZ35.2147.5564.45-
YUV165.77149.5769.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.21%
GREEN value IS 200 (78.52% from 255) = 40.98%
BLUE value IS 204 (80.08% from 255) = 41.80%
R=17.21%
G=40.98%
B=41.80%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal842002040.590.0200.218254.0556.47
Hex54C8CC3B2014b63638
Octal1243103147320242666670
Binary101010011001000110011001110111001010010110110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54c8cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,200,204); }

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

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

 a { background-color: rgb(84,200,204); }

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

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

 span { border-color: rgb(84,200,204); }

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