Shades of Medium Turquoise #52CEB9
Tints of Medium Turquoise #52CEB9
RGB
CMYK
RGB Variations
Color information
#52CEB9 (or 0x52CEB9) is known color: Medium Turquoise. HEX triplet: 52, CE and B9. RGB value is (82,206,185). Sum of RGB (Red+Green+Blue) = 82+206+185=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 185 (72.66% from 255 or 39.11% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEB9 is #AD3146. Grayscale: #A6A6A6. Windows color (decimal): -11350343 or 12176978. OLE color: 12176978.
HSL color Cylindrical-coordinate representation of color #52CEB9: hue angle of 169.84º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEB9 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 185 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.19 |
| HSL | 169.84º | 0.56% | 0.56% | - |
| HSV(B) | 169.84º | 0.6% | 0.81% | - |
| XYZ | 34.31 | 49.44 | 53.63 | - |
| YUV | 166.53 | 138.42 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 185 | 0.60 | 0 | 0.10 | 0.19 | 169.84 | 0.56 | 0.56 |
| Hex | 52 | CE | B9 | 3C | 0 | A | 13 | AA | 38 | 38 |
| Octal | 122 | 316 | 271 | 74 | 0 | 12 | 23 | 252 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10111001 | 111100 | 0 | 1010 | 10011 | 10101010 | 111000 | 111000 |
Color Harmonies of #52CEB9
Complementary color
Monochromatic Colors of #52CEB9
Black with #52CEB9
Text Example
Text Example
White with #52CEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEB9; }
p { color: rgb(82,206,185); }
H1.HeaderClassName
{
color: #52CEB9;
}
.AnyTagClassName
{
color: #52CEB9;
}
</style>
background-color css
<style>
a { background-color: #52CEB9; }
a { background-color: rgb(82,206,185); }
div.DivClassName
{
background-color: #52CEB9;
}
.BgClassName
{
background-color: #52CEB9;
}
</style>
border-color css
<style>
span { border-color: #52CEB9; }
span { border-color: rgb(82,206,185); }
td.TdClassName
{
border-color: #52CEB9;
}
.TagClassName
{
border-color: #52CEB9;
}
</style>