#5EE8D4

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

Shades of Turquoise #5EE8D4

Tints of Turquoise #5EE8D4

Color information

#5EE8D4 (or 0x5EE8D4) is unknown color: approx Turquoise. HEX triplet: 5E, E8 and D4. RGB value is (94,232,212). Sum of RGB (Red+Green+Blue) = 94+232+212=538 (71% of max value = 765). Red value is 94 (37.11% from 255 or 17.47% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #5EE8D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5EE8D4 is #A1172B. Grayscale: #BCBCBC. Windows color (decimal): -10557228 or 13953118. OLE color: 13953118.

HSL color Cylindrical-coordinate representation of color #5EE8D4: hue angle of 171.3º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE8D4 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB94232212-
CMYK0.5900.090.09
HSL171.3º75%63.92%-
HSV(B)171.3º59.48%90.98%-
XYZ45.3664.8572.41-
YUV188.46141.2860.63-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.47%
GREEN value IS 232 (91.02% from 255) = 43.12%
BLUE value IS 212 (83.20% from 255) = 39.41%
R=17.47%
G=43.12%
B=39.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal942322120.5900.090.09171.37563.92
Hex5EE8D43B099ab4b40
Octal1363503247301111253113100
Binary101111011101000110101001110110100110011010101110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EE8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5EE8D4; }

 p { color: rgb(94,232,212); }

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

<style>
 a { background-color: #5EE8D4; }

 a { background-color: rgb(94,232,212); }

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

<style>
 span { border-color: #5EE8D4; }

 span { border-color: rgb(94,232,212); }

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