Shades of Medium Turquoise #5DDECD
Tints of Medium Turquoise #5DDECD
RGB
CMYK
RGB Variations
Color information
#5DDECD (or 0x5DDECD) is known color: Medium Turquoise. HEX triplet: 5D, DE and CD. RGB value is (93,222,205). Sum of RGB (Red+Green+Blue) = 93+222+205=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #5DDECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DDECD is #A22132. Grayscale: #B5B5B5. Windows color (decimal): -10625331 or 13491805. OLE color: 13491805.
HSL color Cylindrical-coordinate representation of color #5DDECD: hue angle of 172.09º degrees, saturation: 0.66, 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 #5DDECD is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 222 | 205 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.13 |
| HSL | 172.09º | 0.66% | 0.62% | - |
| HSV(B) | 172.09º | 0.58% | 0.87% | - |
| XYZ | 41.65 | 58.98 | 66.95 | - |
| YUV | 181.49 | 141.26 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 222 | 205 | 0.58 | 0 | 0.08 | 0.13 | 172.09 | 0.66 | 0.62 |
| Hex | 5D | DE | CD | 3A | 0 | 8 | D | AC | 42 | 3E |
| Octal | 135 | 336 | 315 | 72 | 0 | 10 | 15 | 254 | 102 | 76 |
| Binary | 1011101 | 11011110 | 11001101 | 111010 | 0 | 1000 | 1101 | 10101100 | 1000010 | 111110 |
Color Harmonies of #5DDECD
Complementary color
Monochromatic Colors of #5DDECD
Black with #5DDECD
Text Example
Text Example
White with #5DDECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDECD; }
p { color: rgb(93,222,205); }
H1.HeaderClassName
{
color: #5DDECD;
}
.AnyTagClassName
{
color: #5DDECD;
}
</style>
background-color css
<style>
a { background-color: #5DDECD; }
a { background-color: rgb(93,222,205); }
div.DivClassName
{
background-color: #5DDECD;
}
.BgClassName
{
background-color: #5DDECD;
}
</style>
border-color css
<style>
span { border-color: #5DDECD; }
span { border-color: rgb(93,222,205); }
td.TdClassName
{
border-color: #5DDECD;
}
.TagClassName
{
border-color: #5DDECD;
}
</style>