#5ED0DE

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

Shades of Turquoise Blue #5ED0DE

Tints of Turquoise Blue #5ED0DE

Color information

#5ED0DE (or 0x5ED0DE) is unknown color: approx Turquoise Blue. HEX triplet: 5E, D0 and DE. RGB value is (94,208,222). Sum of RGB (Red+Green+Blue) = 94+208+222=524 (69% of max value = 765). Red value is 94 (37.11% from 255 or 17.94% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ED0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED0DE is #A12F21. Grayscale: #AFAFAF. Windows color (decimal): -10563362 or 14602334. OLE color: 14602334.

HSL color Cylindrical-coordinate representation of color #5ED0DE: hue angle of 186.56º 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 #5ED0DE is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB94208222-
CMYK0.580.0600.13
HSL186.56º65.98%61.96%-
HSV(B)186.56º57.66%87.06%-
XYZ40.3652.7777.16-
YUV175.51154.2369.86-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.94%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=17.94%
G=39.69%
B=42.37%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942082220.580.0600.13186.5665.9861.96
Hex5ED0DE3A60Dbb423e
Octal13632033672601527310276
Binary1011110110100001101111011101011001101101110111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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