#5DE8ED

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

Shades of Turquoise Blue #5DE8ED

Tints of Turquoise Blue #5DE8ED

Color information

#5DE8ED (or 0x5DE8ED) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E8 and ED. RGB value is (93,232,237). Sum of RGB (Red+Green+Blue) = 93+232+237=562 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.55% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DE8ED is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #5DE8ED is #A21712. Grayscale: #BEBEBE. Windows color (decimal): -10622739 or 15591517. OLE color: 15591517.

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

Color convert

RGB93232237-
CMYK0.610.0200.07
HSL182.08º80%64.71%-
HSV(B)182.08º60.76%92.94%-
XYZ48.6666.1590.33-
YUV191.01153.9558.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.55%
GREEN value IS 232 (91.02% from 255) = 41.28%
BLUE value IS 237 (92.97% from 255) = 42.17%
R=16.55%
G=41.28%
B=42.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932322370.610.0200.07182.088064.71
Hex5DE8ED3D207b65041
Octal13535035575207266120101
Binary101110111101000111011011111011001111011011010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,232,237); }

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

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

 a { background-color: rgb(93,232,237); }

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

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

 span { border-color: rgb(93,232,237); }

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