#5DEDD0

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

Shades of Turquoise #5DEDD0

Tints of Turquoise #5DEDD0

Color information

#5DEDD0 (or 0x5DEDD0) is unknown color: approx Turquoise. HEX triplet: 5D, ED and D0. RGB value is (93,237,208). Sum of RGB (Red+Green+Blue) = 93+237+208=538 (71% of max value = 765). Red value is 93 (36.72% from 255 or 17.29% from 538); Green value is 237 (92.97% from 255 or 44.05% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 237 - color contains mainly: green. Hex color #5DEDD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DEDD0 is #A2122F. Grayscale: #BEBEBE. Windows color (decimal): -10621488 or 13692253. OLE color: 13692253.

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

Color convert

RGB93237208-
CMYK0.6100.120.07
HSL167.92º80%64.71%-
HSV(B)167.92º60.76%92.94%-
XYZ46.1867.4570.26-
YUV190.64137.7958.36-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.29%
GREEN value IS 237 (92.97% from 255) = 44.05%
BLUE value IS 208 (81.64% from 255) = 38.66%
R=17.29%
G=44.05%
B=38.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal932372080.6100.120.07167.928064.71
Hex5DEDD03D0C7a85041
Octal135355320750147250120101
Binary10111011110110111010000111101011001111010100010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DEDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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