#5ED9DE

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

Shades of Turquoise Blue #5ED9DE

Tints of Turquoise Blue #5ED9DE

Color information

#5ED9DE (or 0x5ED9DE) is unknown color: approx Turquoise Blue. HEX triplet: 5E, D9 and DE. RGB value is (94,217,222). Sum of RGB (Red+Green+Blue) = 94+217+222=533 (70% of max value = 765). Red value is 94 (37.11% from 255 or 17.64% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 222 (87.11% from 255 or 41.65% from 533); Max value from RGB is 222 - color contains mainly: blue. Hex color #5ED9DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED9DE is #A12621. Grayscale: #B4B4B4. Windows color (decimal): -10561058 or 14604638. OLE color: 14604638.

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

Color convert

RGB94217222-
CMYK0.580.0200.13
HSL182.34º65.98%61.96%-
HSV(B)182.34º57.66%87.06%-
XYZ42.6157.2877.92-
YUV180.79151.2566.09-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.64%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 222 (87.11% from 255) = 41.65%
R=17.64%
G=40.71%
B=41.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal942172220.580.0200.13182.3465.9861.96
Hex5ED9DE3A20Db6423e
Octal13633133672201526610276
Binary101111011011001110111101110101001101101101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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