#5ED0D8

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

Shades of Turquoise Blue #5ED0D8

Tints of Turquoise Blue #5ED0D8

Color information

#5ED0D8 (or 0x5ED0D8) is unknown color: approx Turquoise Blue. HEX triplet: 5E, D0 and D8. RGB value is (94,208,216). Sum of RGB (Red+Green+Blue) = 94+208+216=518 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.15% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #5ED0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ED0D8 is #A12F27. Grayscale: #AEAEAE. Windows color (decimal): -10563368 or 14209118. OLE color: 14209118.

HSL color Cylindrical-coordinate representation of color #5ED0D8: hue angle of 183.93º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED0D8 is Cyan = 0.56, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB94208216-
CMYK0.560.0400.15
HSL183.93º61%60.78%-
HSV(B)183.93º56.48%84.71%-
XYZ39.5752.4573-
YUV174.83151.2370.35-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 18.15%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=18.15%
G=40.15%
B=41.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal942082160.560.0400.15183.936160.78
Hex5ED0D83840Fb83d3d
Octal1363203307040172707575
Binary101111011010000110110001110001000111110111000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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