#5DECD1

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

Shades of Turquoise #5DECD1

Tints of Turquoise #5DECD1

Color information

#5DECD1 (or 0x5DECD1) is unknown color: approx Turquoise. HEX triplet: 5D, EC and D1. RGB value is (93,236,209). Sum of RGB (Red+Green+Blue) = 93+236+209=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECD1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECD1 is #A2132E. Grayscale: #BEBEBE. Windows color (decimal): -10621743 or 13757533. OLE color: 13757533.

HSL color Cylindrical-coordinate representation of color #5DECD1: hue angle of 168.67º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5DECD1 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB93236209-
CMYK0.6100.110.07
HSL168.67º79.01%64.51%-
HSV(B)168.67º60.59%92.55%-
XYZ46.0266.9270.81-
YUV190.16138.6258.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.29%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=17.29%
G=43.87%
B=38.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932362090.6100.110.07168.6779.0164.51
Hex5DECD13D0B7a94f41
Octal135354321750137251117101
Binary10111011110110011010001111101010111111010100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DECD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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