#5DE0DA

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

Shades of Turquoise Blue #5DE0DA

Tints of Turquoise Blue #5DE0DA

Color information

#5DE0DA (or 0x5DE0DA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E0 and DA. RGB value is (93,224,218). Sum of RGB (Red+Green+Blue) = 93+224+218=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #5DE0DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE0DA is #A21F25. Grayscale: #B8B8B8. Windows color (decimal): -10624806 or 14344285. OLE color: 14344285.

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

Color convert

RGB93224218-
CMYK0.5800.030.12
HSL177.25º67.88%62.16%-
HSV(B)177.25º58.48%87.84%-
XYZ43.8260.775.74-
YUV184.15147.162.99-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.38%
GREEN value IS 224 (87.89% from 255) = 41.87%
BLUE value IS 218 (85.55% from 255) = 40.75%
R=17.38%
G=41.87%
B=40.75%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal932242180.5800.030.12177.2567.8862.16
Hex5DE0DA3A03Cb1443e
Octal13534033272031426110476
Binary101110111100000110110101110100111100101100011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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