#5DE7D1

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

Shades of Turquoise #5DE7D1

Tints of Turquoise #5DE7D1

Color information

#5DE7D1 (or 0x5DE7D1) is unknown color: approx Turquoise. HEX triplet: 5D, E7 and D1. RGB value is (93,231,209). Sum of RGB (Red+Green+Blue) = 93+231+209=533 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.45% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #5DE7D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DE7D1 is #A2182E. Grayscale: #BBBBBB. Windows color (decimal): -10623023 or 13756253. OLE color: 13756253.

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

Color convert

RGB93231209-
CMYK0.6000.100.09
HSL170.43º74.19%63.53%-
HSV(B)170.43º59.74%90.59%-
XYZ44.664.0870.34-
YUV187.23140.2860.79-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.45%
GREEN value IS 231 (90.62% from 255) = 43.34%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=17.45%
G=43.34%
B=39.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal932312090.6000.100.09170.4374.1963.53
Hex5DE7D13C0A9aa4a40
Octal1353473217401211252112100
Binary101110111100111110100011111000101010011010101010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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