Shades of Medium Turquoise #5DCACA
Tints of Medium Turquoise #5DCACA
RGB
CMYK
RGB Variations
Color information
#5DCACA (or 0x5DCACA) is known color: Medium Turquoise. HEX triplet: 5D, CA and CA. RGB value is (93,202,202). Sum of RGB (Red+Green+Blue) = 93+202+202=497 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.71% from 497); Green value is 202 (79.30% from 255 or 40.64% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #5DCACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DCACA is #A23535. Grayscale: #A9A9A9. Windows color (decimal): -10630454 or 13290077. OLE color: 13290077.
HSL color Cylindrical-coordinate representation of color #5DCACA: hue angle of 180º 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 #5DCACA is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 202 | 202 | - |
| CMYK | 0.54 | 0 | 0 | 0.21 |
| HSL | 180º | 0.51% | 0.58% | - |
| HSV(B) | 180º | 0.54% | 0.79% | - |
| XYZ | 36.3 | 48.83 | 63.39 | - |
| YUV | 169.41 | 146.39 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 202 | 202 | 0.54 | 0 | 0 | 0.21 | 180 | 0.51 | 0.58 |
| Hex | 5D | CA | CA | 36 | 0 | 0 | 15 | B4 | 33 | 3A |
| Octal | 135 | 312 | 312 | 66 | 0 | 0 | 25 | 264 | 63 | 72 |
| Binary | 1011101 | 11001010 | 11001010 | 110110 | 0 | 0 | 10101 | 10110100 | 110011 | 111010 |
Color Harmonies of #5DCACA
Complementary color
Monochromatic Colors of #5DCACA
Black with #5DCACA
Text Example
Text Example
White with #5DCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCACA; }
p { color: rgb(93,202,202); }
H1.HeaderClassName
{
color: #5DCACA;
}
.AnyTagClassName
{
color: #5DCACA;
}
</style>
background-color css
<style>
a { background-color: #5DCACA; }
a { background-color: rgb(93,202,202); }
div.DivClassName
{
background-color: #5DCACA;
}
.BgClassName
{
background-color: #5DCACA;
}
</style>
border-color css
<style>
span { border-color: #5DCACA; }
span { border-color: rgb(93,202,202); }
td.TdClassName
{
border-color: #5DCACA;
}
.TagClassName
{
border-color: #5DCACA;
}
</style>