#5ED8ED

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

Shades of Turquoise Blue #5ED8ED

Tints of Turquoise Blue #5ED8ED

Color information

#5ED8ED (or 0x5ED8ED) is unknown color: approx Turquoise Blue. HEX triplet: 5E, D8 and ED. RGB value is (94,216,237). Sum of RGB (Red+Green+Blue) = 94+216+237=547 (72% of max value = 765). Red value is 94 (37.11% from 255 or 17.18% from 547); Green value is 216 (84.77% from 255 or 39.49% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #5ED8ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5ED8ED is #A12712. Grayscale: #B5B5B5. Windows color (decimal): -10561299 or 15587422. OLE color: 15587422.

HSL color Cylindrical-coordinate representation of color #5ED8ED: hue angle of 188.81º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ED8ED is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB94216237-
CMYK0.600.0900.07
HSL188.81º79.89%64.9%-
HSV(B)188.81º60.34%92.94%-
XYZ44.4657.6188.9-
YUV181.92159.0865.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 17.18%
GREEN value IS 216 (84.77% from 255) = 39.49%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=17.18%
G=39.49%
B=43.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal942162370.600.0900.07188.8179.8964.9
Hex5ED8ED3C907bd5041
Octal136330355741107275120101
Binary10111101101100011101101111100100101111011110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ED8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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