#54CEC9

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

Shades of Medium Turquoise #54CEC9

Tints of Medium Turquoise #54CEC9

Color information

#54CEC9 (or 0x54CEC9) is unknown color: approx Medium Turquoise. HEX triplet: 54, CE and C9. RGB value is (84,206,201). Sum of RGB (Red+Green+Blue) = 84+206+201=491 (65% of max value = 765). Red value is 84 (33.20% from 255 or 17.11% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #54CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54CEC9 is #AB3136. Grayscale: #A8A8A8. Windows color (decimal): -11219255 or 13225556. OLE color: 13225556.

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

Color convert

RGB84206201-
CMYK0.5900.020.19
HSL177.54º55.45%56.86%-
HSV(B)177.54º59.22%80.78%-
XYZ36.2750.2463.04-
YUV168.95146.0867.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 17.11%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 201 (78.91% from 255) = 40.94%
R=17.11%
G=41.96%
B=40.94%

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
Decimal842062010.5900.020.19177.5455.4556.86
Hex54CEC93B0213b23739
Octal1243163117302232626771
Binary101010011001110110010011110110101001110110010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54CEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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