Shades of Medium Turquoise #5DCDCC
Tints of Medium Turquoise #5DCDCC
RGB
CMYK
RGB Variations
Color information
#5DCDCC (or 0x5DCDCC) is known color: Medium Turquoise. HEX triplet: 5D, CD and CC. RGB value is (93,205,204). Sum of RGB (Red+Green+Blue) = 93+205+204=502 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.53% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCDCC is #A23233. Grayscale: #ABABAB. Windows color (decimal): -10629684 or 13421917. OLE color: 13421917.
HSL color Cylindrical-coordinate representation of color #5DCDCC: hue angle of 179.46º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCDCC is Cyan = 0.55, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 204 | - |
| CMYK | 0.55 | 0 | 0.00 | 0.20 |
| HSL | 179.46º | 0.53% | 0.58% | - |
| HSV(B) | 179.46º | 0.55% | 0.8% | - |
| XYZ | 37.24 | 50.35 | 64.88 | - |
| YUV | 171.4 | 146.39 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 204 | 0.55 | 0 | 0.00 | 0.20 | 179.46 | 0.53 | 0.58 |
| Hex | 5D | CD | CC | 37 | 0 | 0 | 14 | B3 | 35 | 3A |
| Octal | 135 | 315 | 314 | 67 | 0 | 0 | 24 | 263 | 65 | 72 |
| Binary | 1011101 | 11001101 | 11001100 | 110111 | 0 | 0 | 10100 | 10110011 | 110101 | 111010 |
Color Harmonies of #5DCDCC
Complementary color
Monochromatic Colors of #5DCDCC
Black with #5DCDCC
Text Example
Text Example
White with #5DCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCDCC; }
p { color: rgb(93,205,204); }
H1.HeaderClassName
{
color: #5DCDCC;
}
.AnyTagClassName
{
color: #5DCDCC;
}
</style>
background-color css
<style>
a { background-color: #5DCDCC; }
a { background-color: rgb(93,205,204); }
div.DivClassName
{
background-color: #5DCDCC;
}
.BgClassName
{
background-color: #5DCDCC;
}
</style>
border-color css
<style>
span { border-color: #5DCDCC; }
span { border-color: rgb(93,205,204); }
td.TdClassName
{
border-color: #5DCDCC;
}
.TagClassName
{
border-color: #5DCDCC;
}
</style>