Shades of Medium Turquoise #53CABB
Tints of Medium Turquoise #53CABB
RGB
CMYK
RGB Variations
Color information
#53CABB (or 0x53CABB) is known color: Medium Turquoise. HEX triplet: 53, CA and BB. RGB value is (83,202,187). Sum of RGB (Red+Green+Blue) = 83+202+187=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 202 (79.30% from 255 or 42.80% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 202 - color contains mainly: green. Hex color #53CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53CABB is #AC3544. Grayscale: #A4A4A4. Windows color (decimal): -11285829 or 12307027. OLE color: 12307027.
HSL color Cylindrical-coordinate representation of color #53CABB: hue angle of 172.44º 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 #53CABB is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 187 | - |
| CMYK | 0.59 | 0 | 0.07 | 0.21 |
| HSL | 172.44º | 0.53% | 0.56% | - |
| HSV(B) | 172.44º | 0.59% | 0.79% | - |
| XYZ | 33.66 | 47.67 | 54.44 | - |
| YUV | 164.71 | 140.58 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 187 | 0.59 | 0 | 0.07 | 0.21 | 172.44 | 0.53 | 0.56 |
| Hex | 53 | CA | BB | 3B | 0 | 7 | 15 | AC | 35 | 38 |
| Octal | 123 | 312 | 273 | 73 | 0 | 7 | 25 | 254 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10111011 | 111011 | 0 | 111 | 10101 | 10101100 | 110101 | 111000 |
Color Harmonies of #53CABB
Complementary color
Monochromatic Colors of #53CABB
Black with #53CABB
Text Example
Text Example
White with #53CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CABB; }
p { color: rgb(83,202,187); }
H1.HeaderClassName
{
color: #53CABB;
}
.AnyTagClassName
{
color: #53CABB;
}
</style>
background-color css
<style>
a { background-color: #53CABB; }
a { background-color: rgb(83,202,187); }
div.DivClassName
{
background-color: #53CABB;
}
.BgClassName
{
background-color: #53CABB;
}
</style>
border-color css
<style>
span { border-color: #53CABB; }
span { border-color: rgb(83,202,187); }
td.TdClassName
{
border-color: #53CABB;
}
.TagClassName
{
border-color: #53CABB;
}
</style>