Shades of Turquoise #52F8BA
Tints of Turquoise #52F8BA
RGB
CMYK
RGB Variations
Color information
#52F8BA (or 0x52F8BA) is known color: Turquoise. HEX triplet: 52, F8 and BA. RGB value is (82,248,186). Sum of RGB (Red+Green+Blue) = 82+248+186=516 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.89% from 516); Green value is 248 (97.27% from 255 or 48.06% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 248 - color contains mainly: green. Hex color #52F8BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F8BA is #AD0745. Grayscale: #BFBFBF. Windows color (decimal): -11339590 or 12253266. OLE color: 12253266.
HSL color Cylindrical-coordinate representation of color #52F8BA: hue angle of 157.59º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F8BA is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 186 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.03 |
| HSL | 157.59º | 0.92% | 0.65% | - |
| HSV(B) | 157.59º | 0.67% | 0.97% | - |
| XYZ | 45.91 | 72.47 | 58.02 | - |
| YUV | 191.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 186 | 0.67 | 0 | 0.25 | 0.03 | 157.59 | 0.92 | 0.65 |
| Hex | 52 | F8 | BA | 43 | 0 | 19 | 3 | 9E | 5C | 41 |
| Octal | 122 | 370 | 272 | 103 | 0 | 31 | 3 | 236 | 134 | 101 |
| Binary | 1010010 | 11111000 | 10111010 | 1000011 | 0 | 11001 | 11 | 10011110 | 1011100 | 1000001 |
Color Harmonies of #52F8BA
Complementary color
Monochromatic Colors of #52F8BA
Black with #52F8BA
Text Example
Text Example
White with #52F8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F8BA; }
p { color: rgb(82,248,186); }
H1.HeaderClassName
{
color: #52F8BA;
}
.AnyTagClassName
{
color: #52F8BA;
}
</style>
background-color css
<style>
a { background-color: #52F8BA; }
a { background-color: rgb(82,248,186); }
div.DivClassName
{
background-color: #52F8BA;
}
.BgClassName
{
background-color: #52F8BA;
}
</style>
border-color css
<style>
span { border-color: #52F8BA; }
span { border-color: rgb(82,248,186); }
td.TdClassName
{
border-color: #52F8BA;
}
.TagClassName
{
border-color: #52F8BA;
}
</style>