#5DE9D6

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

Shades of Turquoise #5DE9D6

Tints of Turquoise #5DE9D6

Color information

#5DE9D6 (or 0x5DE9D6) is unknown color: approx Turquoise. HEX triplet: 5D, E9 and D6. RGB value is (93,233,214). Sum of RGB (Red+Green+Blue) = 93+233+214=540 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.22% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #5DE9D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE9D6 is #A21629. Grayscale: #BCBCBC. Windows color (decimal): -10622506 or 14084445. OLE color: 14084445.

HSL color Cylindrical-coordinate representation of color #5DE9D6: hue angle of 171.86º degrees, saturation: 0.76, 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 #5DE9D6 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB93233214-
CMYK0.6000.080.09
HSL171.86º76.09%63.92%-
HSV(B)171.86º60.09%91.37%-
XYZ45.7965.4673.84-
YUV188.97142.1259.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.22%
GREEN value IS 233 (91.41% from 255) = 43.15%
BLUE value IS 214 (83.98% from 255) = 39.63%
R=17.22%
G=43.15%
B=39.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932332140.6000.080.09171.8676.0963.92
Hex5DE9D63C089ac4c40
Octal1353513267401011254114100
Binary101110111101001110101101111000100010011010110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,233,214); }

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

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

 a { background-color: rgb(93,233,214); }

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

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

 span { border-color: rgb(93,233,214); }

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