Shades of Turquoise #52FFC1
Tints of Turquoise #52FFC1
RGB
CMYK
RGB Variations
Color information
#52FFC1 (or 0x52FFC1) is known color: Turquoise. HEX triplet: 52, FF and C1. RGB value is (82,255,193). Sum of RGB (Red+Green+Blue) = 82+255+193=530 (70% of max value = 765). Red value is 82 (32.42% from 255 or 15.47% from 530); Green value is 255 (100% from 255 or 48.11% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFC1 is #AD003E. Grayscale: #C4C4C4. Windows color (decimal): -11337791 or 12713810. OLE color: 12713810.
HSL color Cylindrical-coordinate representation of color #52FFC1: hue angle of 158.5º 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 #52FFC1 is Cyan = 0.68, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 193 | - |
| CMYK | 0.68 | 0 | 0.24 | 0 |
| HSL | 158.5º | 1% | 0.66% | - |
| HSV(B) | 158.5º | 0.68% | 1% | - |
| XYZ | 48.87 | 77.16 | 62.77 | - |
| YUV | 196.21 | 126.19 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 193 | 0.68 | 0 | 0.24 | 0 | 158.5 | 1 | 0.66 |
| Hex | 52 | FF | C1 | 44 | 0 | 18 | 0 | 9E | 64 | 42 |
| Octal | 122 | 377 | 301 | 104 | 0 | 30 | 0 | 236 | 144 | 102 |
| Binary | 1010010 | 11111111 | 11000001 | 1000100 | 0 | 11000 | 0 | 10011110 | 1100100 | 1000010 |
Color Harmonies of #52FFC1
Complementary color
Monochromatic Colors of #52FFC1
Black with #52FFC1
Text Example
Text Example
White with #52FFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFC1; }
p { color: rgb(82,255,193); }
H1.HeaderClassName
{
color: #52FFC1;
}
.AnyTagClassName
{
color: #52FFC1;
}
</style>
background-color css
<style>
a { background-color: #52FFC1; }
a { background-color: rgb(82,255,193); }
div.DivClassName
{
background-color: #52FFC1;
}
.BgClassName
{
background-color: #52FFC1;
}
</style>
border-color css
<style>
span { border-color: #52FFC1; }
span { border-color: rgb(82,255,193); }
td.TdClassName
{
border-color: #52FFC1;
}
.TagClassName
{
border-color: #52FFC1;
}
</style>