Shades of Turquoise #52FFBC
Tints of Turquoise #52FFBC
RGB
CMYK
RGB Variations
Color information
#52FFBC (or 0x52FFBC) is known color: Turquoise. HEX triplet: 52, FF and BC. RGB value is (82,255,188). Sum of RGB (Red+Green+Blue) = 82+255+188=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFBC is #AD0043. Grayscale: #C3C3C3. Windows color (decimal): -11337796 or 12386130. OLE color: 12386130.
HSL color Cylindrical-coordinate representation of color #52FFBC: hue angle of 156.76º 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 #52FFBC is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 188 | - |
| CMYK | 0.68 | 0 | 0.26 | 0 |
| HSL | 156.76º | 1% | 0.66% | - |
| HSV(B) | 156.76º | 0.68% | 1% | - |
| XYZ | 48.32 | 76.94 | 59.88 | - |
| YUV | 195.64 | 123.69 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 188 | 0.68 | 0 | 0.26 | 0 | 156.76 | 1 | 0.66 |
| Hex | 52 | FF | BC | 44 | 0 | 1A | 0 | 9D | 64 | 42 |
| Octal | 122 | 377 | 274 | 104 | 0 | 32 | 0 | 235 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10111100 | 1000100 | 0 | 11010 | 0 | 10011101 | 1100100 | 1000010 |
Color Harmonies of #52FFBC
Complementary color
Monochromatic Colors of #52FFBC
Black with #52FFBC
Text Example
Text Example
White with #52FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFBC; }
p { color: rgb(82,255,188); }
H1.HeaderClassName
{
color: #52FFBC;
}
.AnyTagClassName
{
color: #52FFBC;
}
</style>
background-color css
<style>
a { background-color: #52FFBC; }
a { background-color: rgb(82,255,188); }
div.DivClassName
{
background-color: #52FFBC;
}
.BgClassName
{
background-color: #52FFBC;
}
</style>
border-color css
<style>
span { border-color: #52FFBC; }
span { border-color: rgb(82,255,188); }
td.TdClassName
{
border-color: #52FFBC;
}
.TagClassName
{
border-color: #52FFBC;
}
</style>