Shades of Turquoise #52FCBC
Tints of Turquoise #52FCBC
RGB
CMYK
RGB Variations
Color information
#52FCBC (or 0x52FCBC) is known color: Turquoise. HEX triplet: 52, FC and BC. RGB value is (82,252,188). Sum of RGB (Red+Green+Blue) = 82+252+188=522 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.71% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #52FCBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FCBC is #AD0343. Grayscale: #C1C1C1. Windows color (decimal): -11338564 or 12385362. OLE color: 12385362.
HSL color Cylindrical-coordinate representation of color #52FCBC: hue angle of 157.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FCBC is Cyan = 0.67, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 188 | - |
| CMYK | 0.67 | 0 | 0.25 | 0.01 |
| HSL | 157.41º | 0.97% | 0.65% | - |
| HSV(B) | 157.41º | 0.67% | 0.99% | - |
| XYZ | 47.37 | 75.05 | 59.57 | - |
| YUV | 193.87 | 124.68 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 188 | 0.67 | 0 | 0.25 | 0.01 | 157.41 | 0.97 | 0.65 |
| Hex | 52 | FC | BC | 43 | 0 | 19 | 1 | 9D | 61 | 41 |
| Octal | 122 | 374 | 274 | 103 | 0 | 31 | 1 | 235 | 141 | 101 |
| Binary | 1010010 | 11111100 | 10111100 | 1000011 | 0 | 11001 | 1 | 10011101 | 1100001 | 1000001 |
Color Harmonies of #52FCBC
Complementary color
Monochromatic Colors of #52FCBC
Black with #52FCBC
Text Example
Text Example
White with #52FCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FCBC; }
p { color: rgb(82,252,188); }
H1.HeaderClassName
{
color: #52FCBC;
}
.AnyTagClassName
{
color: #52FCBC;
}
</style>
background-color css
<style>
a { background-color: #52FCBC; }
a { background-color: rgb(82,252,188); }
div.DivClassName
{
background-color: #52FCBC;
}
.BgClassName
{
background-color: #52FCBC;
}
</style>
border-color css
<style>
span { border-color: #52FCBC; }
span { border-color: rgb(82,252,188); }
td.TdClassName
{
border-color: #52FCBC;
}
.TagClassName
{
border-color: #52FCBC;
}
</style>