#54CFCA

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

Shades of Medium Turquoise #54CFCA

Tints of Medium Turquoise #54CFCA

Color information

#54CFCA (or 0x54CFCA) is unknown color: approx Medium Turquoise. HEX triplet: 54, CF and CA. RGB value is (84,207,202). Sum of RGB (Red+Green+Blue) = 84+207+202=493 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.04% from 493); Green value is 207 (81.25% from 255 or 41.99% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 207 - color contains mainly: green. Hex color #54CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CFCA is #AB3035. Grayscale: #A9A9A9. Windows color (decimal): -11218998 or 13291348. OLE color: 13291348.

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

Color convert

RGB84207202-
CMYK0.5900.020.19
HSL177.56º56.16%57.06%-
HSV(B)177.56º59.42%81.18%-
XYZ36.6350.7763.75-
YUV169.65146.2566.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.04%
GREEN value IS 207 (81.25% from 255) = 41.99%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=17.04%
G=41.99%
B=40.97%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal842072020.5900.020.19177.5656.1657.06
Hex54CFCA3B0213b23839
Octal1243173127302232627071
Binary101010011001111110010101110110101001110110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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