#5DE2DA

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

Shades of Turquoise Blue #5DE2DA

Tints of Turquoise Blue #5DE2DA

Color information

#5DE2DA (or 0x5DE2DA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E2 and DA. RGB value is (93,226,218). Sum of RGB (Red+Green+Blue) = 93+226+218=537 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.32% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 226 - color contains mainly: green. Hex color #5DE2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE2DA is #A21D25. Grayscale: #B9B9B9. Windows color (decimal): -10624294 or 14344797. OLE color: 14344797.

HSL color Cylindrical-coordinate representation of color #5DE2DA: hue angle of 176.39º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE2DA is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB93226218-
CMYK0.5900.040.11
HSL176.39º69.63%62.55%-
HSV(B)176.39º58.85%88.63%-
XYZ44.3761.7875.92-
YUV185.32146.4462.15-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.32%
GREEN value IS 226 (88.67% from 255) = 42.09%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=17.32%
G=42.09%
B=40.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal932262180.5900.040.11176.3969.6362.55
Hex5DE2DA3B04Bb0463f
Octal13534233273041326010677
Binary1011101111000101101101011101101001011101100001000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,226,218); }

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

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

 a { background-color: rgb(93,226,218); }

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

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

 span { border-color: rgb(93,226,218); }

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