Shades of Turquoise #52F2C1
Tints of Turquoise #52F2C1
RGB
CMYK
RGB Variations
Color information
#52F2C1 (or 0x52F2C1) is known color: Turquoise. HEX triplet: 52, F2 and C1. RGB value is (82,242,193). Sum of RGB (Red+Green+Blue) = 82+242+193=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2C1 is #AD0D3E. Grayscale: #BCBCBC. Windows color (decimal): -11341119 or 12710482. OLE color: 12710482.
HSL color Cylindrical-coordinate representation of color #52F2C1: hue angle of 161.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2C1 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 193 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.05 |
| HSL | 161.63º | 0.86% | 0.64% | - |
| HSV(B) | 161.63º | 0.66% | 0.95% | - |
| XYZ | 44.86 | 69.15 | 61.43 | - |
| YUV | 188.57 | 130.49 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 193 | 0.66 | 0 | 0.20 | 0.05 | 161.63 | 0.86 | 0.64 |
| Hex | 52 | F2 | C1 | 42 | 0 | 14 | 5 | A2 | 56 | 40 |
| Octal | 122 | 362 | 301 | 102 | 0 | 24 | 5 | 242 | 126 | 100 |
| Binary | 1010010 | 11110010 | 11000001 | 1000010 | 0 | 10100 | 101 | 10100010 | 1010110 | 1000000 |
Color Harmonies of #52F2C1
Complementary color
Monochromatic Colors of #52F2C1
Black with #52F2C1
Text Example
Text Example
White with #52F2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2C1; }
p { color: rgb(82,242,193); }
H1.HeaderClassName
{
color: #52F2C1;
}
.AnyTagClassName
{
color: #52F2C1;
}
</style>
background-color css
<style>
a { background-color: #52F2C1; }
a { background-color: rgb(82,242,193); }
div.DivClassName
{
background-color: #52F2C1;
}
.BgClassName
{
background-color: #52F2C1;
}
</style>
border-color css
<style>
span { border-color: #52F2C1; }
span { border-color: rgb(82,242,193); }
td.TdClassName
{
border-color: #52F2C1;
}
.TagClassName
{
border-color: #52F2C1;
}
</style>