#54E9CC

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

Shades of Turquoise #54E9CC

Tints of Turquoise #54E9CC

Color information

#54E9CC (or 0x54E9CC) is unknown color: approx Turquoise. HEX triplet: 54, E9 and CC. RGB value is (84,233,204). Sum of RGB (Red+Green+Blue) = 84+233+204=521 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.12% from 521); Green value is 233 (91.41% from 255 or 44.72% from 521); Blue value is 204 (80.08% from 255 or 39.16% from 521); Max value from RGB is 233 - color contains mainly: green. Hex color #54E9CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E9CC is #AB1633. Grayscale: #B9B9B9. Windows color (decimal): -11212340 or 13429076. OLE color: 13429076.

HSL color Cylindrical-coordinate representation of color #54E9CC: hue angle of 168.32º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54E9CC is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB84233204-
CMYK0.6400.120.09
HSL168.32º77.2%62.16%-
HSV(B)168.32º63.95%91.37%-
XYZ43.6964.5267.28-
YUV185.14138.6455.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.12%
GREEN value IS 233 (91.41% from 255) = 44.72%
BLUE value IS 204 (80.08% from 255) = 39.16%
R=16.12%
G=44.72%
B=39.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842332040.6400.120.09168.3277.262.16
Hex54E9CC400C9a84d3e
Octal1243513141000141125011576
Binary101010011101001110011001000000011001001101010001001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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