Shades of Turquoise #52F7B7
Tints of Turquoise #52F7B7
RGB
CMYK
RGB Variations
Color information
#52F7B7 (or 0x52F7B7) is known color: Turquoise. HEX triplet: 52, F7 and B7. RGB value is (82,247,183). Sum of RGB (Red+Green+Blue) = 82+247+183=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F7B7 is #AD0848. Grayscale: #BEBEBE. Windows color (decimal): -11339849 or 12056402. OLE color: 12056402.
HSL color Cylindrical-coordinate representation of color #52F7B7: hue angle of 156.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F7B7 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 247 | 183 | - |
| CMYK | 0.67 | 0 | 0.26 | 0.03 |
| HSL | 156.73º | 0.91% | 0.65% | - |
| HSV(B) | 156.73º | 0.67% | 0.97% | - |
| XYZ | 45.29 | 71.73 | 56.26 | - |
| YUV | 190.37 | 123.84 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 247 | 183 | 0.67 | 0 | 0.26 | 0.03 | 156.73 | 0.91 | 0.65 |
| Hex | 52 | F7 | B7 | 43 | 0 | 1A | 3 | 9D | 5B | 41 |
| Octal | 122 | 367 | 267 | 103 | 0 | 32 | 3 | 235 | 133 | 101 |
| Binary | 1010010 | 11110111 | 10110111 | 1000011 | 0 | 11010 | 11 | 10011101 | 1011011 | 1000001 |
Color Harmonies of #52F7B7
Complementary color
Monochromatic Colors of #52F7B7
Black with #52F7B7
Text Example
Text Example
White with #52F7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F7B7; }
p { color: rgb(82,247,183); }
H1.HeaderClassName
{
color: #52F7B7;
}
.AnyTagClassName
{
color: #52F7B7;
}
</style>
background-color css
<style>
a { background-color: #52F7B7; }
a { background-color: rgb(82,247,183); }
div.DivClassName
{
background-color: #52F7B7;
}
.BgClassName
{
background-color: #52F7B7;
}
</style>
border-color css
<style>
span { border-color: #52F7B7; }
span { border-color: rgb(82,247,183); }
td.TdClassName
{
border-color: #52F7B7;
}
.TagClassName
{
border-color: #52F7B7;
}
</style>