Shades of Turquoise #52FFBB
Tints of Turquoise #52FFBB
RGB
CMYK
RGB Variations
Color information
#52FFBB (or 0x52FFBB) is known color: Turquoise. HEX triplet: 52, FF and BB. RGB value is (82,255,187). Sum of RGB (Red+Green+Blue) = 82+255+187=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFBB is #AD0044. Grayscale: #C3C3C3. Windows color (decimal): -11337797 or 12320594. OLE color: 12320594.
HSL color Cylindrical-coordinate representation of color #52FFBB: hue angle of 156.42º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFBB is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 187 | - |
| CMYK | 0.68 | 0 | 0.27 | 0 |
| HSL | 156.42º | 1% | 0.66% | - |
| HSV(B) | 156.42º | 0.68% | 1% | - |
| XYZ | 48.21 | 76.9 | 59.32 | - |
| YUV | 195.52 | 123.19 | 47.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 187 | 0.68 | 0 | 0.27 | 0 | 156.42 | 1 | 0.66 |
| Hex | 52 | FF | BB | 44 | 0 | 1B | 0 | 9C | 64 | 42 |
| Octal | 122 | 377 | 273 | 104 | 0 | 33 | 0 | 234 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10111011 | 1000100 | 0 | 11011 | 0 | 10011100 | 1100100 | 1000010 |
Color Harmonies of #52FFBB
Complementary color
Monochromatic Colors of #52FFBB
Black with #52FFBB
Text Example
Text Example
White with #52FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFBB; }
p { color: rgb(82,255,187); }
H1.HeaderClassName
{
color: #52FFBB;
}
.AnyTagClassName
{
color: #52FFBB;
}
</style>
background-color css
<style>
a { background-color: #52FFBB; }
a { background-color: rgb(82,255,187); }
div.DivClassName
{
background-color: #52FFBB;
}
.BgClassName
{
background-color: #52FFBB;
}
</style>
border-color css
<style>
span { border-color: #52FFBB; }
span { border-color: rgb(82,255,187); }
td.TdClassName
{
border-color: #52FFBB;
}
.TagClassName
{
border-color: #52FFBB;
}
</style>