#54E8CE

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

Shades of Turquoise #54E8CE

Tints of Turquoise #54E8CE

Color information

#54E8CE (or 0x54E8CE) is unknown color: approx Turquoise. HEX triplet: 54, E8 and CE. RGB value is (84,232,206). Sum of RGB (Red+Green+Blue) = 84+232+206=522 (69% of max value = 765). Red value is 84 (33.20% from 255 or 16.09% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8CE is #AB1731. Grayscale: #B8B8B8. Windows color (decimal): -11212594 or 13559892. OLE color: 13559892.

HSL color Cylindrical-coordinate representation of color #54E8CE: hue angle of 169.46º degrees, saturation: 0.76, 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 #54E8CE is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB84232206-
CMYK0.6400.110.09
HSL169.46º76.29%61.96%-
HSV(B)169.46º63.79%90.98%-
XYZ43.6564.0568.46-
YUV184.78139.9756.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 16.09%
GREEN value IS 232 (91.02% from 255) = 44.44%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=16.09%
G=44.44%
B=39.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842322060.6400.110.09169.4676.2961.96
Hex54E8CE400B9a94c3e
Octal1243503161000131125111476
Binary101010011101000110011101000000010111001101010011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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