Shades of Turquoise #52FBC0
Tints of Turquoise #52FBC0
RGB
CMYK
RGB Variations
Color information
#52FBC0 (or 0x52FBC0) is known color: Turquoise. HEX triplet: 52, FB and C0. RGB value is (82,251,192). Sum of RGB (Red+Green+Blue) = 82+251+192=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #52FBC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FBC0 is #AD043F. Grayscale: #C1C1C1. Windows color (decimal): -11338816 or 12647250. OLE color: 12647250.
HSL color Cylindrical-coordinate representation of color #52FBC0: hue angle of 159.05º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FBC0 is Cyan = 0.67, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 251 | 192 | - |
| CMYK | 0.67 | 0 | 0.24 | 0.02 |
| HSL | 159.05º | 0.95% | 0.65% | - |
| HSV(B) | 159.05º | 0.67% | 0.98% | - |
| XYZ | 47.49 | 74.59 | 61.76 | - |
| YUV | 193.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 251 | 192 | 0.67 | 0 | 0.24 | 0.02 | 159.05 | 0.95 | 0.65 |
| Hex | 52 | FB | C0 | 43 | 0 | 18 | 2 | 9F | 5F | 41 |
| Octal | 122 | 373 | 300 | 103 | 0 | 30 | 2 | 237 | 137 | 101 |
| Binary | 1010010 | 11111011 | 11000000 | 1000011 | 0 | 11000 | 10 | 10011111 | 1011111 | 1000001 |
Color Harmonies of #52FBC0
Complementary color
Monochromatic Colors of #52FBC0
Black with #52FBC0
Text Example
Text Example
White with #52FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FBC0; }
p { color: rgb(82,251,192); }
H1.HeaderClassName
{
color: #52FBC0;
}
.AnyTagClassName
{
color: #52FBC0;
}
</style>
background-color css
<style>
a { background-color: #52FBC0; }
a { background-color: rgb(82,251,192); }
div.DivClassName
{
background-color: #52FBC0;
}
.BgClassName
{
background-color: #52FBC0;
}
</style>
border-color css
<style>
span { border-color: #52FBC0; }
span { border-color: rgb(82,251,192); }
td.TdClassName
{
border-color: #52FBC0;
}
.TagClassName
{
border-color: #52FBC0;
}
</style>