Shades of Medium Turquoise #5DC9CA
Tints of Medium Turquoise #5DC9CA
RGB
CMYK
RGB Variations
Color information
#5DC9CA (or 0x5DC9CA) is known color: Medium Turquoise. HEX triplet: 5D, C9 and CA. RGB value is (93,201,202). Sum of RGB (Red+Green+Blue) = 93+201+202=496 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.75% from 496); Green value is 201 (78.91% from 255 or 40.52% from 496); Blue value is 202 (79.30% from 255 or 40.73% from 496); Max value from RGB is 202 - color contains mainly: blue. Hex color #5DC9CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DC9CA is #A23635. Grayscale: #A8A8A8. Windows color (decimal): -10630710 or 13289821. OLE color: 13289821.
HSL color Cylindrical-coordinate representation of color #5DC9CA: hue angle of 180.55º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC9CA is Cyan = 0.54, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 202 | - |
| CMYK | 0.54 | 0.00 | 0 | 0.21 |
| HSL | 180.55º | 0.51% | 0.58% | - |
| HSV(B) | 180.55º | 0.54% | 0.79% | - |
| XYZ | 36.06 | 48.36 | 63.31 | - |
| YUV | 168.82 | 146.72 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 202 | 0.54 | 0.00 | 0 | 0.21 | 180.55 | 0.51 | 0.58 |
| Hex | 5D | C9 | CA | 36 | 0 | 0 | 15 | B5 | 33 | 3A |
| Octal | 135 | 311 | 312 | 66 | 0 | 0 | 25 | 265 | 63 | 72 |
| Binary | 1011101 | 11001001 | 11001010 | 110110 | 0 | 0 | 10101 | 10110101 | 110011 | 111010 |
Color Harmonies of #5DC9CA
Complementary color
Monochromatic Colors of #5DC9CA
Black with #5DC9CA
Text Example
Text Example
White with #5DC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC9CA; }
p { color: rgb(93,201,202); }
H1.HeaderClassName
{
color: #5DC9CA;
}
.AnyTagClassName
{
color: #5DC9CA;
}
</style>
background-color css
<style>
a { background-color: #5DC9CA; }
a { background-color: rgb(93,201,202); }
div.DivClassName
{
background-color: #5DC9CA;
}
.BgClassName
{
background-color: #5DC9CA;
}
</style>
border-color css
<style>
span { border-color: #5DC9CA; }
span { border-color: rgb(93,201,202); }
td.TdClassName
{
border-color: #5DC9CA;
}
.TagClassName
{
border-color: #5DC9CA;
}
</style>