Shades of Turquoise #52F8E3
Tints of Turquoise #52F8E3
RGB
CMYK
RGB Variations
Color information
#52F8E3 (or 0x52F8E3) is known color: Turquoise. HEX triplet: 52, F8 and E3. RGB value is (82,248,227). Sum of RGB (Red+Green+Blue) = 82+248+227=557 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.72% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #52F8E3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F8E3 is #AD071C. Grayscale: #C3C3C3. Windows color (decimal): -11339549 or 14940242. OLE color: 14940242.
HSL color Cylindrical-coordinate representation of color #52F8E3: hue angle of 172.41º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F8E3 is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 227 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.03 |
| HSL | 172.41º | 0.92% | 0.65% | - |
| HSV(B) | 172.41º | 0.67% | 0.97% | - |
| XYZ | 50.91 | 74.47 | 84.36 | - |
| YUV | 195.97 | 145.5 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 227 | 0.67 | 0 | 0.08 | 0.03 | 172.41 | 0.92 | 0.65 |
| Hex | 52 | F8 | E3 | 43 | 0 | 8 | 3 | AC | 5C | 41 |
| Octal | 122 | 370 | 343 | 103 | 0 | 10 | 3 | 254 | 134 | 101 |
| Binary | 1010010 | 11111000 | 11100011 | 1000011 | 0 | 1000 | 11 | 10101100 | 1011100 | 1000001 |
Color Harmonies of #52F8E3
Complementary color
Monochromatic Colors of #52F8E3
Black with #52F8E3
Text Example
Text Example
White with #52F8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F8E3; }
p { color: rgb(82,248,227); }
H1.HeaderClassName
{
color: #52F8E3;
}
.AnyTagClassName
{
color: #52F8E3;
}
</style>
background-color css
<style>
a { background-color: #52F8E3; }
a { background-color: rgb(82,248,227); }
div.DivClassName
{
background-color: #52F8E3;
}
.BgClassName
{
background-color: #52F8E3;
}
</style>
border-color css
<style>
span { border-color: #52F8E3; }
span { border-color: rgb(82,248,227); }
td.TdClassName
{
border-color: #52F8E3;
}
.TagClassName
{
border-color: #52F8E3;
}
</style>