#5DE7DA

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

Shades of Turquoise Blue #5DE7DA

Tints of Turquoise Blue #5DE7DA

Color information

#5DE7DA (or 0x5DE7DA) is unknown color: approx Turquoise Blue. HEX triplet: 5D, E7 and DA. RGB value is (93,231,218). Sum of RGB (Red+Green+Blue) = 93+231+218=542 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.16% from 542); Green value is 231 (90.62% from 255 or 42.62% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 231 - color contains mainly: green. Hex color #5DE7DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE7DA is #A21825. Grayscale: #BCBCBC. Windows color (decimal): -10623014 or 14346077. OLE color: 14346077.

HSL color Cylindrical-coordinate representation of color #5DE7DA: hue angle of 174.35º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5DE7DA is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB93231218-
CMYK0.6000.060.09
HSL174.35º74.19%63.53%-
HSV(B)174.35º59.74%90.59%-
XYZ45.7564.5476.38-
YUV188.26144.7860.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.16%
GREEN value IS 231 (90.62% from 255) = 42.62%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=17.16%
G=42.62%
B=40.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932312180.6000.060.09174.3574.1963.53
Hex5DE7DA3C069ae4a40
Octal135347332740611256112100
Binary10111011110011111011010111100011010011010111010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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