Shades of Turquoise #52FECF
Tints of Turquoise #52FECF
RGB
CMYK
RGB Variations
Color information
#52FECF (or 0x52FECF) is known color: Turquoise. HEX triplet: 52, FE and CF. RGB value is (82,254,207). Sum of RGB (Red+Green+Blue) = 82+254+207=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #52FECF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FECF is #AD0130. Grayscale: #C5C5C5. Windows color (decimal): -11338033 or 13631058. OLE color: 13631058.
HSL color Cylindrical-coordinate representation of color #52FECF: hue angle of 163.6º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FECF is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 207 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.00 |
| HSL | 163.6º | 0.99% | 0.66% | - |
| HSV(B) | 163.6º | 0.68% | 1% | - |
| XYZ | 50.18 | 77.18 | 71.28 | - |
| YUV | 197.21 | 133.52 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 207 | 0.68 | 0 | 0.19 | 0.00 | 163.6 | 0.99 | 0.66 |
| Hex | 52 | FE | CF | 44 | 0 | 13 | 0 | A4 | 63 | 42 |
| Octal | 122 | 376 | 317 | 104 | 0 | 23 | 0 | 244 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11001111 | 1000100 | 0 | 10011 | 0 | 10100100 | 1100011 | 1000010 |
Color Harmonies of #52FECF
Complementary color
Monochromatic Colors of #52FECF
Black with #52FECF
Text Example
Text Example
White with #52FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FECF; }
p { color: rgb(82,254,207); }
H1.HeaderClassName
{
color: #52FECF;
}
.AnyTagClassName
{
color: #52FECF;
}
</style>
background-color css
<style>
a { background-color: #52FECF; }
a { background-color: rgb(82,254,207); }
div.DivClassName
{
background-color: #52FECF;
}
.BgClassName
{
background-color: #52FECF;
}
</style>
border-color css
<style>
span { border-color: #52FECF; }
span { border-color: rgb(82,254,207); }
td.TdClassName
{
border-color: #52FECF;
}
.TagClassName
{
border-color: #52FECF;
}
</style>