Shades of Medium Turquoise #52BFBA
Tints of Medium Turquoise #52BFBA
RGB
CMYK
RGB Variations
Color information
#52BFBA (or 0x52BFBA) is known color: Medium Turquoise. HEX triplet: 52, BF and BA. RGB value is (82,191,186). Sum of RGB (Red+Green+Blue) = 82+191+186=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 191 - color contains mainly: green. Hex color #52BFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BFBA is #AD4045. Grayscale: #9D9D9D. Windows color (decimal): -11354182 or 12238674. OLE color: 12238674.
HSL color Cylindrical-coordinate representation of color #52BFBA: hue angle of 177.25º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BFBA is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 186 | - |
| CMYK | 0.57 | 0 | 0.03 | 0.25 |
| HSL | 177.25º | 0.46% | 0.54% | - |
| HSV(B) | 177.25º | 0.57% | 0.75% | - |
| XYZ | 30.97 | 42.6 | 53.04 | - |
| YUV | 157.84 | 143.89 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 186 | 0.57 | 0 | 0.03 | 0.25 | 177.25 | 0.46 | 0.54 |
| Hex | 52 | BF | BA | 39 | 0 | 3 | 19 | B1 | 2E | 36 |
| Octal | 122 | 277 | 272 | 71 | 0 | 3 | 31 | 261 | 56 | 66 |
| Binary | 1010010 | 10111111 | 10111010 | 111001 | 0 | 11 | 11001 | 10110001 | 101110 | 110110 |
Color Harmonies of #52BFBA
Complementary color
Monochromatic Colors of #52BFBA
Black with #52BFBA
Text Example
Text Example
White with #52BFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFBA; }
p { color: rgb(82,191,186); }
H1.HeaderClassName
{
color: #52BFBA;
}
.AnyTagClassName
{
color: #52BFBA;
}
</style>
background-color css
<style>
a { background-color: #52BFBA; }
a { background-color: rgb(82,191,186); }
div.DivClassName
{
background-color: #52BFBA;
}
.BgClassName
{
background-color: #52BFBA;
}
</style>
border-color css
<style>
span { border-color: #52BFBA; }
span { border-color: rgb(82,191,186); }
td.TdClassName
{
border-color: #52BFBA;
}
.TagClassName
{
border-color: #52BFBA;
}
</style>