Shades of Medium Turquoise #5DCACC
Tints of Medium Turquoise #5DCACC
RGB
CMYK
RGB Variations
Color information
#5DCACC (or 0x5DCACC) is known color: Medium Turquoise. HEX triplet: 5D, CA and CC. RGB value is (93,202,204). Sum of RGB (Red+Green+Blue) = 93+202+204=499 (66% of max value = 765). Red value is 93 (36.72% from 255 or 18.64% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #5DCACC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCACC is #A23533. Grayscale: #A9A9A9. Windows color (decimal): -10630452 or 13421149. OLE color: 13421149.
HSL color Cylindrical-coordinate representation of color #5DCACC: hue angle of 181.08º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCACC is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 202 | 204 | - |
| CMYK | 0.54 | 0.01 | 0 | 0.2 |
| HSL | 181.08º | 0.52% | 0.58% | - |
| HSV(B) | 181.08º | 0.54% | 0.8% | - |
| XYZ | 36.53 | 48.93 | 64.65 | - |
| YUV | 169.64 | 147.39 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 204 | 0.54 | 0.01 | 0 | 0.2 | 181.08 | 0.52 | 0.58 |
| Hex | 5D | CA | CC | 36 | 1 | 0 | 14 | B5 | 34 | 3A |
| Octal | 135 | 312 | 314 | 66 | 1 | 0 | 24 | 265 | 64 | 72 |
| Binary | 1011101 | 11001010 | 11001100 | 110110 | 1 | 0 | 10100 | 10110101 | 110100 | 111010 |
Color Harmonies of #5DCACC
Complementary color
Monochromatic Colors of #5DCACC
Black with #5DCACC
Text Example
Text Example
White with #5DCACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCACC; }
p { color: rgb(93,202,204); }
H1.HeaderClassName
{
color: #5DCACC;
}
.AnyTagClassName
{
color: #5DCACC;
}
</style>
background-color css
<style>
a { background-color: #5DCACC; }
a { background-color: rgb(93,202,204); }
div.DivClassName
{
background-color: #5DCACC;
}
.BgClassName
{
background-color: #5DCACC;
}
</style>
border-color css
<style>
span { border-color: #5DCACC; }
span { border-color: rgb(93,202,204); }
td.TdClassName
{
border-color: #5DCACC;
}
.TagClassName
{
border-color: #5DCACC;
}
</style>