Shades of Medium Turquoise #5DD9D0
Tints of Medium Turquoise #5DD9D0
RGB
CMYK
RGB Variations
Color information
#5DD9D0 (or 0x5DD9D0) is known color: Medium Turquoise. HEX triplet: 5D, D9 and D0. RGB value is (93,217,208). Sum of RGB (Red+Green+Blue) = 93+217+208=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #5DD9D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD9D0 is #A2262F. Grayscale: #B2B2B2. Windows color (decimal): -10626608 or 13687133. OLE color: 13687133.
HSL color Cylindrical-coordinate representation of color #5DD9D0: hue angle of 175.65º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD9D0 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 217 | 208 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.15 |
| HSL | 175.65º | 0.62% | 0.61% | - |
| HSV(B) | 175.65º | 0.57% | 0.85% | - |
| XYZ | 40.71 | 56.51 | 68.44 | - |
| YUV | 178.9 | 144.42 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 217 | 208 | 0.57 | 0 | 0.04 | 0.15 | 175.65 | 0.62 | 0.61 |
| Hex | 5D | D9 | D0 | 39 | 0 | 4 | F | B0 | 3E | 3D |
| Octal | 135 | 331 | 320 | 71 | 0 | 4 | 17 | 260 | 76 | 75 |
| Binary | 1011101 | 11011001 | 11010000 | 111001 | 0 | 100 | 1111 | 10110000 | 111110 | 111101 |
Color Harmonies of #5DD9D0
Complementary color
Monochromatic Colors of #5DD9D0
Black with #5DD9D0
Text Example
Text Example
White with #5DD9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD9D0; }
p { color: rgb(93,217,208); }
H1.HeaderClassName
{
color: #5DD9D0;
}
.AnyTagClassName
{
color: #5DD9D0;
}
</style>
background-color css
<style>
a { background-color: #5DD9D0; }
a { background-color: rgb(93,217,208); }
div.DivClassName
{
background-color: #5DD9D0;
}
.BgClassName
{
background-color: #5DD9D0;
}
</style>
border-color css
<style>
span { border-color: #5DD9D0; }
span { border-color: rgb(93,217,208); }
td.TdClassName
{
border-color: #5DD9D0;
}
.TagClassName
{
border-color: #5DD9D0;
}
</style>