Shades of Medium Turquoise #53C4CA
Tints of Medium Turquoise #53C4CA
RGB
CMYK
RGB Variations
Color information
#53C4CA (or 0x53C4CA) is known color: Medium Turquoise. HEX triplet: 53, C4 and CA. RGB value is (83,196,202). Sum of RGB (Red+Green+Blue) = 83+196+202=481 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.26% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 202 (79.30% from 255 or 42.00% from 481); Max value from RGB is 202 - color contains mainly: blue. Hex color #53C4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C4CA is #AC3B35. Grayscale: #A2A2A2. Windows color (decimal): -11287350 or 13288531. OLE color: 13288531.
HSL color Cylindrical-coordinate representation of color #53C4CA: hue angle of 183.03º 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 #53C4CA is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 196 | 202 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.21 |
| HSL | 183.03º | 0.53% | 0.56% | - |
| HSV(B) | 183.03º | 0.59% | 0.79% | - |
| XYZ | 33.97 | 45.58 | 62.89 | - |
| YUV | 162.9 | 150.06 | 71.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 202 | 0.59 | 0.03 | 0 | 0.21 | 183.03 | 0.53 | 0.56 |
| Hex | 53 | C4 | CA | 3B | 3 | 0 | 15 | B7 | 35 | 38 |
| Octal | 123 | 304 | 312 | 73 | 3 | 0 | 25 | 267 | 65 | 70 |
| Binary | 1010011 | 11000100 | 11001010 | 111011 | 11 | 0 | 10101 | 10110111 | 110101 | 111000 |
Color Harmonies of #53C4CA
Complementary color
Monochromatic Colors of #53C4CA
Black with #53C4CA
Text Example
Text Example
White with #53C4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C4CA; }
p { color: rgb(83,196,202); }
H1.HeaderClassName
{
color: #53C4CA;
}
.AnyTagClassName
{
color: #53C4CA;
}
</style>
background-color css
<style>
a { background-color: #53C4CA; }
a { background-color: rgb(83,196,202); }
div.DivClassName
{
background-color: #53C4CA;
}
.BgClassName
{
background-color: #53C4CA;
}
</style>
border-color css
<style>
span { border-color: #53C4CA; }
span { border-color: rgb(83,196,202); }
td.TdClassName
{
border-color: #53C4CA;
}
.TagClassName
{
border-color: #53C4CA;
}
</style>