#5DE5ED

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

Shades of Turquoise Blue #5DE5ED

Tints of Turquoise Blue #5DE5ED

Color information

#5DE5ED (or 0x5DE5ED) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E5 and ED. RGB value is (93,229,237). Sum of RGB (Red+Green+Blue) = 93+229+237=559 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.64% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #5DE5ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5DE5ED is #A21A12. Grayscale: #BDBDBD. Windows color (decimal): -10623507 or 15590749. OLE color: 15590749.

HSL color Cylindrical-coordinate representation of color #5DE5ED: hue angle of 183.33º 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 #5DE5ED is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB93229237-
CMYK0.610.0300.07
HSL183.33º80%64.71%-
HSV(B)183.33º60.76%92.94%-
XYZ47.8264.4890.05-
YUV189.25154.9459.35-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.64%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 237 (92.97% from 255) = 42.40%
R=16.64%
G=40.97%
B=42.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932292370.610.0300.07183.338064.71
Hex5DE5ED3D307b75041
Octal13534535575307267120101
Binary101110111100101111011011111011101111011011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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