#54CCCA

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

Shades of Medium Turquoise #54CCCA

Tints of Medium Turquoise #54CCCA

Color information

#54CCCA (or 0x54CCCA) is unknown color: approx Medium Turquoise. HEX triplet: 54, CC and CA. RGB value is (84,204,202). Sum of RGB (Red+Green+Blue) = 84+204+202=490 (64% of max value = 765). Red value is 84 (33.20% from 255 or 17.14% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #54CCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CCCA is #AB3335. Grayscale: #A7A7A7. Windows color (decimal): -11219766 or 13290580. OLE color: 13290580.

HSL color Cylindrical-coordinate representation of color #54CCCA: hue angle of 179º 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 #54CCCA is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB84204202-
CMYK0.5900.010.2
HSL179º54.05%56.47%-
HSV(B)179º58.82%80%-
XYZ35.9149.3363.51-
YUV167.89147.2468.16-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.14%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 202 (79.30% from 255) = 41.22%
R=17.14%
G=41.63%
B=41.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal842042020.5900.010.217954.0556.47
Hex54CCCA3B0114b33638
Octal1243143127301242636670
Binary10101001100110011001010111011011010010110011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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