#5ED2DE

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

Shades of Turquoise Blue #5ED2DE

Tints of Turquoise Blue #5ED2DE

Color information

#5ED2DE (or 0x5ED2DE) is unknown color: approx Turquoise Blue. HEX triplet: 5E, D2 and DE. RGB value is (94,210,222). Sum of RGB (Red+Green+Blue) = 94+210+222=526 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.87% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ED2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED2DE is #A12D21. Grayscale: #B0B0B0. Windows color (decimal): -10562850 or 14602846. OLE color: 14602846.

HSL color Cylindrical-coordinate representation of color #5ED2DE: hue angle of 185.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5ED2DE is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94210222-
CMYK0.580.0500.13
HSL185.62º65.98%61.96%-
HSV(B)185.62º57.66%87.06%-
XYZ40.8553.7577.33-
YUV176.68153.5769.02-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.87%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=17.87%
G=39.92%
B=42.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942102220.580.0500.13185.6265.9861.96
Hex5ED2DE3A50Dba423e
Octal13632233672501527210276
Binary1011110110100101101111011101010101101101110101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,210,222); }

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

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

 a { background-color: rgb(94,210,222); }

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

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

 span { border-color: rgb(94,210,222); }

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