#5DECD2

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

Shades of Turquoise #5DECD2

Tints of Turquoise #5DECD2

Color information

#5DECD2 (or 0x5DECD2) is unknown color: approx Turquoise. HEX triplet: 5D, EC and D2. RGB value is (93,236,210). Sum of RGB (Red+Green+Blue) = 93+236+210=539 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.25% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #5DECD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DECD2 is #A2132D. Grayscale: #BEBEBE. Windows color (decimal): -10621742 or 13823069. OLE color: 13823069.

HSL color Cylindrical-coordinate representation of color #5DECD2: hue angle of 169.09º 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 #5DECD2 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB93236210-
CMYK0.6100.110.07
HSL169.09º79.01%64.51%-
HSV(B)169.09º60.59%92.55%-
XYZ46.1466.9771.47-
YUV190.28139.1258.61-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.25%
GREEN value IS 236 (92.58% from 255) = 43.78%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=17.25%
G=43.78%
B=38.96%

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
Decimal932362100.6100.110.07169.0979.0164.51
Hex5DECD23D0B7a94f41
Octal135354322750137251117101
Binary10111011110110011010010111101010111111010100110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DECD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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