Shades of Medium Turquoise #53CAC0
Tints of Medium Turquoise #53CAC0
RGB
CMYK
RGB Variations
Color information
#53CAC0 (or 0x53CAC0) is known color: Medium Turquoise. HEX triplet: 53, CA and C0. RGB value is (83,202,192). Sum of RGB (Red+Green+Blue) = 83+202+192=477 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.40% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CAC0 is #AC353F. Grayscale: #A5A5A5. Windows color (decimal): -11285824 or 12634707. OLE color: 12634707.
HSL color Cylindrical-coordinate representation of color #53CAC0: hue angle of 174.96º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAC0 is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 192 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.21 |
| HSL | 174.96º | 0.53% | 0.56% | - |
| HSV(B) | 174.96º | 0.59% | 0.79% | - |
| XYZ | 34.2 | 47.89 | 57.31 | - |
| YUV | 165.28 | 143.08 | 69.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 192 | 0.59 | 0 | 0.05 | 0.21 | 174.96 | 0.53 | 0.56 |
| Hex | 53 | CA | C0 | 3B | 0 | 5 | 15 | AF | 35 | 38 |
| Octal | 123 | 312 | 300 | 73 | 0 | 5 | 25 | 257 | 65 | 70 |
| Binary | 1010011 | 11001010 | 11000000 | 111011 | 0 | 101 | 10101 | 10101111 | 110101 | 111000 |
Color Harmonies of #53CAC0
Complementary color
Monochromatic Colors of #53CAC0
Black with #53CAC0
Text Example
Text Example
White with #53CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CAC0; }
p { color: rgb(83,202,192); }
H1.HeaderClassName
{
color: #53CAC0;
}
.AnyTagClassName
{
color: #53CAC0;
}
</style>
background-color css
<style>
a { background-color: #53CAC0; }
a { background-color: rgb(83,202,192); }
div.DivClassName
{
background-color: #53CAC0;
}
.BgClassName
{
background-color: #53CAC0;
}
</style>
border-color css
<style>
span { border-color: #53CAC0; }
span { border-color: rgb(83,202,192); }
td.TdClassName
{
border-color: #53CAC0;
}
.TagClassName
{
border-color: #53CAC0;
}
</style>