#54E8DE

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

Shades of Turquoise #54E8DE

Tints of Turquoise #54E8DE

Color information

#54E8DE (or 0x54E8DE) is unknown color: approx Turquoise. HEX triplet: 54, E8 and DE. RGB value is (84,232,222). Sum of RGB (Red+Green+Blue) = 84+232+222=538 (71% of max value = 765). Red value is 84 (33.20% from 255 or 15.61% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 222 (87.11% from 255 or 41.26% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #54E8DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #54E8DE is #AB1721. Grayscale: #BABABA. Windows color (decimal): -11212578 or 14608468. OLE color: 14608468.

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

Color convert

RGB84232222-
CMYK0.6400.040.09
HSL175.95º76.29%61.96%-
HSV(B)175.95º63.79%90.98%-
XYZ45.764.8779.22-
YUV186.61147.9754.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 15.61%
GREEN value IS 232 (91.02% from 255) = 43.12%
BLUE value IS 222 (87.11% from 255) = 41.26%
R=15.61%
G=43.12%
B=41.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal842322220.6400.040.09175.9576.2961.96
Hex54E8DE40049b04c3e
Octal124350336100041126011476
Binary10101001110100011011110100000001001001101100001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54E8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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