Shades of Turquoise #52F2BB
Tints of Turquoise #52F2BB
RGB
CMYK
RGB Variations
Color information
#52F2BB (or 0x52F2BB) is known color: Turquoise. HEX triplet: 52, F2 and BB. RGB value is (82,242,187). Sum of RGB (Red+Green+Blue) = 82+242+187=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2BB is #AD0D44. Grayscale: #BBBBBB. Windows color (decimal): -11341125 or 12317266. OLE color: 12317266.
HSL color Cylindrical-coordinate representation of color #52F2BB: hue angle of 159.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2BB is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 187 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.05 |
| HSL | 159.38º | 0.86% | 0.64% | - |
| HSV(B) | 159.38º | 0.66% | 0.95% | - |
| XYZ | 44.2 | 68.89 | 57.98 | - |
| YUV | 187.89 | 127.49 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 187 | 0.66 | 0 | 0.23 | 0.05 | 159.38 | 0.86 | 0.64 |
| Hex | 52 | F2 | BB | 42 | 0 | 17 | 5 | 9F | 56 | 40 |
| Octal | 122 | 362 | 273 | 102 | 0 | 27 | 5 | 237 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10111011 | 1000010 | 0 | 10111 | 101 | 10011111 | 1010110 | 1000000 |
Color Harmonies of #52F2BB
Complementary color
Monochromatic Colors of #52F2BB
Black with #52F2BB
Text Example
Text Example
White with #52F2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2BB; }
p { color: rgb(82,242,187); }
H1.HeaderClassName
{
color: #52F2BB;
}
.AnyTagClassName
{
color: #52F2BB;
}
</style>
background-color css
<style>
a { background-color: #52F2BB; }
a { background-color: rgb(82,242,187); }
div.DivClassName
{
background-color: #52F2BB;
}
.BgClassName
{
background-color: #52F2BB;
}
</style>
border-color css
<style>
span { border-color: #52F2BB; }
span { border-color: rgb(82,242,187); }
td.TdClassName
{
border-color: #52F2BB;
}
.TagClassName
{
border-color: #52F2BB;
}
</style>