#5DEDCD

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

Shades of Turquoise #5DEDCD

Tints of Turquoise #5DEDCD

Color information

#5DEDCD (or 0x5DEDCD) is unknown color: approx Turquoise. HEX triplet: 5D, ED and CD. RGB value is (93,237,205). Sum of RGB (Red+Green+Blue) = 93+237+205=535 (70% of max value = 765). Red value is 93 (36.72% from 255 or 17.38% from 535); Green value is 237 (92.97% from 255 or 44.30% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEDCD is #A21232. Grayscale: #BEBEBE. Windows color (decimal): -10621491 or 13495645. OLE color: 13495645.

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

Color convert

RGB93237205-
CMYK0.6100.140.07
HSL166.67º80%64.71%-
HSV(B)166.67º60.76%92.94%-
XYZ45.8267.368.33-
YUV190.3136.2958.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.38%
GREEN value IS 237 (92.97% from 255) = 44.30%
BLUE value IS 205 (80.47% from 255) = 38.32%
R=17.38%
G=44.30%
B=38.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932372050.6100.140.07166.678064.71
Hex5DEDCD3D0E7a75041
Octal135355315750167247120101
Binary10111011110110111001101111101011101111010011110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,237,205); }

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

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

 a { background-color: rgb(93,237,205); }

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

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

 span { border-color: rgb(93,237,205); }

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