Shades of Medium Turquoise #5DDDCE
Tints of Medium Turquoise #5DDDCE
RGB
CMYK
RGB Variations
Color information
#5DDDCE (or 0x5DDDCE) is known color: Medium Turquoise. HEX triplet: 5D, DD and CE. RGB value is (93,221,206). Sum of RGB (Red+Green+Blue) = 93+221+206=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDDCE is #A22231. Grayscale: #B4B4B4. Windows color (decimal): -10625586 or 13557085. OLE color: 13557085.
HSL color Cylindrical-coordinate representation of color #5DDDCE: hue angle of 172.97º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDDCE is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 206 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.13 |
| HSL | 172.97º | 0.65% | 0.62% | - |
| HSV(B) | 172.97º | 0.58% | 0.87% | - |
| XYZ | 41.51 | 58.5 | 67.5 | - |
| YUV | 181.02 | 142.09 | 65.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 206 | 0.58 | 0 | 0.07 | 0.13 | 172.97 | 0.65 | 0.62 |
| Hex | 5D | DD | CE | 3A | 0 | 7 | D | AD | 41 | 3E |
| Octal | 135 | 335 | 316 | 72 | 0 | 7 | 15 | 255 | 101 | 76 |
| Binary | 1011101 | 11011101 | 11001110 | 111010 | 0 | 111 | 1101 | 10101101 | 1000001 | 111110 |
Color Harmonies of #5DDDCE
Complementary color
Monochromatic Colors of #5DDDCE
Black with #5DDDCE
Text Example
Text Example
White with #5DDDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDDCE; }
p { color: rgb(93,221,206); }
H1.HeaderClassName
{
color: #5DDDCE;
}
.AnyTagClassName
{
color: #5DDDCE;
}
</style>
background-color css
<style>
a { background-color: #5DDDCE; }
a { background-color: rgb(93,221,206); }
div.DivClassName
{
background-color: #5DDDCE;
}
.BgClassName
{
background-color: #5DDDCE;
}
</style>
border-color css
<style>
span { border-color: #5DDDCE; }
span { border-color: rgb(93,221,206); }
td.TdClassName
{
border-color: #5DDDCE;
}
.TagClassName
{
border-color: #5DDDCE;
}
</style>