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