Shades of Turquoise #52FFB6
Tints of Turquoise #52FFB6
RGB
CMYK
RGB Variations
Color information
#52FFB6 (or 0x52FFB6) is known color: Turquoise. HEX triplet: 52, FF and B6. RGB value is (82,255,182). Sum of RGB (Red+Green+Blue) = 82+255+182=519 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.80% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFB6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFB6 is #AD0049. Grayscale: #C3C3C3. Windows color (decimal): -11337802 or 11992914. OLE color: 11992914.
HSL color Cylindrical-coordinate representation of color #52FFB6: hue angle of 154.68º 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 #52FFB6 is Cyan = 0.68, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 182 | - |
| CMYK | 0.68 | 0 | 0.29 | 0 |
| HSL | 154.68º | 1% | 0.66% | - |
| HSV(B) | 154.68º | 0.68% | 1% | - |
| XYZ | 47.68 | 76.69 | 56.55 | - |
| YUV | 194.95 | 120.69 | 47.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 182 | 0.68 | 0 | 0.29 | 0 | 154.68 | 1 | 0.66 |
| Hex | 52 | FF | B6 | 44 | 0 | 1D | 0 | 9B | 64 | 42 |
| Octal | 122 | 377 | 266 | 104 | 0 | 35 | 0 | 233 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10110110 | 1000100 | 0 | 11101 | 0 | 10011011 | 1100100 | 1000010 |
Color Harmonies of #52FFB6
Complementary color
Monochromatic Colors of #52FFB6
Black with #52FFB6
Text Example
Text Example
White with #52FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFB6; }
p { color: rgb(82,255,182); }
H1.HeaderClassName
{
color: #52FFB6;
}
.AnyTagClassName
{
color: #52FFB6;
}
</style>
background-color css
<style>
a { background-color: #52FFB6; }
a { background-color: rgb(82,255,182); }
div.DivClassName
{
background-color: #52FFB6;
}
.BgClassName
{
background-color: #52FFB6;
}
</style>
border-color css
<style>
span { border-color: #52FFB6; }
span { border-color: rgb(82,255,182); }
td.TdClassName
{
border-color: #52FFB6;
}
.TagClassName
{
border-color: #52FFB6;
}
</style>