Shades of Turquoise #52FFCC
Tints of Turquoise #52FFCC
RGB
CMYK
RGB Variations
Color information
#52FFCC (or 0x52FFCC) is known color: Turquoise. HEX triplet: 52, FF and CC. RGB value is (82,255,204). Sum of RGB (Red+Green+Blue) = 82+255+204=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFCC is #AD0033. Grayscale: #C5C5C5. Windows color (decimal): -11337780 or 13434706. OLE color: 13434706.
HSL color Cylindrical-coordinate representation of color #52FFCC: hue angle of 162.31º 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 #52FFCC is Cyan = 0.68, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 204 | - |
| CMYK | 0.68 | 0 | 0.2 | 0 |
| HSL | 162.31º | 1% | 0.66% | - |
| HSV(B) | 162.31º | 0.68% | 1% | - |
| XYZ | 50.14 | 77.67 | 69.48 | - |
| YUV | 197.46 | 131.69 | 45.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 204 | 0.68 | 0 | 0.2 | 0 | 162.31 | 1 | 0.66 |
| Hex | 52 | FF | CC | 44 | 0 | 14 | 0 | A2 | 64 | 42 |
| Octal | 122 | 377 | 314 | 104 | 0 | 24 | 0 | 242 | 144 | 102 |
| Binary | 1010010 | 11111111 | 11001100 | 1000100 | 0 | 10100 | 0 | 10100010 | 1100100 | 1000010 |
Color Harmonies of #52FFCC
Complementary color
Monochromatic Colors of #52FFCC
Black with #52FFCC
Text Example
Text Example
White with #52FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFCC; }
p { color: rgb(82,255,204); }
H1.HeaderClassName
{
color: #52FFCC;
}
.AnyTagClassName
{
color: #52FFCC;
}
</style>
background-color css
<style>
a { background-color: #52FFCC; }
a { background-color: rgb(82,255,204); }
div.DivClassName
{
background-color: #52FFCC;
}
.BgClassName
{
background-color: #52FFCC;
}
</style>
border-color css
<style>
span { border-color: #52FFCC; }
span { border-color: rgb(82,255,204); }
td.TdClassName
{
border-color: #52FFCC;
}
.TagClassName
{
border-color: #52FFCC;
}
</style>