Shades of Turquoise #52F9C4
Tints of Turquoise #52F9C4
RGB
CMYK
RGB Variations
Color information
#52F9C4 (or 0x52F9C4) is known color: Turquoise. HEX triplet: 52, F9 and C4. RGB value is (82,249,196). Sum of RGB (Red+Green+Blue) = 82+249+196=527 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.56% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 196 (76.95% from 255 or 37.19% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #52F9C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F9C4 is #AD063B. Grayscale: #C1C1C1. Windows color (decimal): -11339324 or 12908882. OLE color: 12908882.
HSL color Cylindrical-coordinate representation of color #52F9C4: hue angle of 160.96º degrees, saturation: 0.93, 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 #52F9C4 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 196 | - |
| CMYK | 0.67 | 0 | 0.21 | 0.02 |
| HSL | 160.96º | 0.93% | 0.65% | - |
| HSV(B) | 160.96º | 0.67% | 0.98% | - |
| XYZ | 47.32 | 73.53 | 63.92 | - |
| YUV | 193.03 | 129.67 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 196 | 0.67 | 0 | 0.21 | 0.02 | 160.96 | 0.93 | 0.65 |
| Hex | 52 | F9 | C4 | 43 | 0 | 15 | 2 | A1 | 5D | 41 |
| Octal | 122 | 371 | 304 | 103 | 0 | 25 | 2 | 241 | 135 | 101 |
| Binary | 1010010 | 11111001 | 11000100 | 1000011 | 0 | 10101 | 10 | 10100001 | 1011101 | 1000001 |
Color Harmonies of #52F9C4
Complementary color
Monochromatic Colors of #52F9C4
Black with #52F9C4
Text Example
Text Example
White with #52F9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F9C4; }
p { color: rgb(82,249,196); }
H1.HeaderClassName
{
color: #52F9C4;
}
.AnyTagClassName
{
color: #52F9C4;
}
</style>
background-color css
<style>
a { background-color: #52F9C4; }
a { background-color: rgb(82,249,196); }
div.DivClassName
{
background-color: #52F9C4;
}
.BgClassName
{
background-color: #52F9C4;
}
</style>
border-color css
<style>
span { border-color: #52F9C4; }
span { border-color: rgb(82,249,196); }
td.TdClassName
{
border-color: #52F9C4;
}
.TagClassName
{
border-color: #52F9C4;
}
</style>