#5DE8D6

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

Shades of Turquoise #5DE8D6

Tints of Turquoise #5DE8D6

Color information

#5DE8D6 (or 0x5DE8D6) is unknown color: approx Turquoise. HEX triplet: 5D, E8 and D6. RGB value is (93,232,214). Sum of RGB (Red+Green+Blue) = 93+232+214=539 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.25% from 539); Green value is 232 (91.02% from 255 or 43.04% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 232 - color contains mainly: green. Hex color #5DE8D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE8D6 is #A21729. Grayscale: #BCBCBC. Windows color (decimal): -10622762 or 14084189. OLE color: 14084189.

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

Color convert

RGB93232214-
CMYK0.6000.080.09
HSL172.23º75.14%63.73%-
HSV(B)172.23º59.91%90.98%-
XYZ45.5164.973.75-
YUV188.39142.4559.96-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.25%
GREEN value IS 232 (91.02% from 255) = 43.04%
BLUE value IS 214 (83.98% from 255) = 39.70%
R=17.25%
G=43.04%
B=39.70%

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
Decimal932322140.6000.080.09172.2375.1463.73
Hex5DE8D63C089ac4b40
Octal1353503267401011254113100
Binary101110111101000110101101111000100010011010110010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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