#5DE3D6

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

Shades of Turquoise #5DE3D6

Tints of Turquoise #5DE3D6

Color information

#5DE3D6 (or 0x5DE3D6) is unknown color: approx Turquoise. HEX triplet: 5D, E3 and D6. RGB value is (93,227,214). Sum of RGB (Red+Green+Blue) = 93+227+214=534 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.42% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #5DE3D6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DE3D6 is #A21C29. Grayscale: #B9B9B9. Windows color (decimal): -10624042 or 14082909. OLE color: 14082909.

HSL color Cylindrical-coordinate representation of color #5DE3D6: hue angle of 174.18º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5DE3D6 is Cyan = 0.59, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB93227214-
CMYK0.5900.060.11
HSL174.18º70.53%62.75%-
HSV(B)174.18º59.03%89.02%-
XYZ44.1262.1273.28-
YUV185.45144.1162.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.42%
GREEN value IS 227 (89.06% from 255) = 42.51%
BLUE value IS 214 (83.98% from 255) = 40.07%
R=17.42%
G=42.51%
B=40.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal932272140.5900.060.11174.1870.5362.75
Hex5DE3D63B06Bae473f
Octal13534332673061325610777
Binary1011101111000111101011011101101101011101011101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DE3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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