Shades of Turquoise #52F1BA
Tints of Turquoise #52F1BA
RGB
CMYK
RGB Variations
Color information
#52F1BA (or 0x52F1BA) is known color: Turquoise. HEX triplet: 52, F1 and BA. RGB value is (82,241,186). Sum of RGB (Red+Green+Blue) = 82+241+186=509 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.11% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #52F1BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F1BA is #AD0E45. Grayscale: #BBBBBB. Windows color (decimal): -11341382 or 12251474. OLE color: 12251474.
HSL color Cylindrical-coordinate representation of color #52F1BA: hue angle of 159.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F1BA is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 241 | 186 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.05 |
| HSL | 159.25º | 0.85% | 0.63% | - |
| HSV(B) | 159.25º | 0.66% | 0.95% | - |
| XYZ | 43.8 | 68.25 | 57.32 | - |
| YUV | 187.19 | 127.32 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 241 | 186 | 0.66 | 0 | 0.23 | 0.05 | 159.25 | 0.85 | 0.63 |
| Hex | 52 | F1 | BA | 42 | 0 | 17 | 5 | 9F | 55 | 3F |
| Octal | 122 | 361 | 272 | 102 | 0 | 27 | 5 | 237 | 125 | 77 |
| Binary | 1010010 | 11110001 | 10111010 | 1000010 | 0 | 10111 | 101 | 10011111 | 1010101 | 111111 |
Color Harmonies of #52F1BA
Complementary color
Monochromatic Colors of #52F1BA
Black with #52F1BA
Text Example
Text Example
White with #52F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F1BA; }
p { color: rgb(82,241,186); }
H1.HeaderClassName
{
color: #52F1BA;
}
.AnyTagClassName
{
color: #52F1BA;
}
</style>
background-color css
<style>
a { background-color: #52F1BA; }
a { background-color: rgb(82,241,186); }
div.DivClassName
{
background-color: #52F1BA;
}
.BgClassName
{
background-color: #52F1BA;
}
</style>
border-color css
<style>
span { border-color: #52F1BA; }
span { border-color: rgb(82,241,186); }
td.TdClassName
{
border-color: #52F1BA;
}
.TagClassName
{
border-color: #52F1BA;
}
</style>