#5DE0D8

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

Shades of Turquoise Blue #5DE0D8

Tints of Turquoise Blue #5DE0D8

Color information

#5DE0D8 (or 0x5DE0D8) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E0 and D8. RGB value is (93,224,216). Sum of RGB (Red+Green+Blue) = 93+224+216=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 216 (84.77% from 255 or 40.53% from 533); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE0D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE0D8 is #A21F27. Grayscale: #B7B7B7. Windows color (decimal): -10624808 or 14213213. OLE color: 14213213.

HSL color Cylindrical-coordinate representation of color #5DE0D8: hue angle of 176.34º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DE0D8 is Cyan = 0.58, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB93224216-
CMYK0.5800.040.12
HSL176.34º67.88%62.16%-
HSV(B)176.34º58.48%87.84%-
XYZ43.5660.674.37-
YUV183.92146.163.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.45%
GREEN value IS 224 (87.89% from 255) = 42.03%
BLUE value IS 216 (84.77% from 255) = 40.53%
R=17.45%
G=42.03%
B=40.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932242160.5800.040.12176.3467.8862.16
Hex5DE0D83A04Cb0443e
Octal13534033072041426010476
Binary1011101111000001101100011101001001100101100001000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,224,216); }

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

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

 a { background-color: rgb(93,224,216); }

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

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

 span { border-color: rgb(93,224,216); }

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