Shades of Turquoise #52EFC7
Tints of Turquoise #52EFC7
RGB
CMYK
RGB Variations
Color information
#52EFC7 (or 0x52EFC7) is known color: Turquoise. HEX triplet: 52, EF and C7. RGB value is (82,239,199). Sum of RGB (Red+Green+Blue) = 82+239+199=520 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.77% from 520); Green value is 239 (93.75% from 255 or 45.96% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFC7 is #AD1038. Grayscale: #BBBBBB. Windows color (decimal): -11341881 or 13102930. OLE color: 13102930.
HSL color Cylindrical-coordinate representation of color #52EFC7: hue angle of 164.71º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFC7 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 199 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.06 |
| HSL | 164.71º | 0.83% | 0.63% | - |
| HSV(B) | 164.71º | 0.66% | 0.94% | - |
| XYZ | 44.65 | 67.65 | 64.74 | - |
| YUV | 187.5 | 134.49 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 199 | 0.66 | 0 | 0.17 | 0.06 | 164.71 | 0.83 | 0.63 |
| Hex | 52 | EF | C7 | 42 | 0 | 11 | 6 | A5 | 53 | 3F |
| Octal | 122 | 357 | 307 | 102 | 0 | 21 | 6 | 245 | 123 | 77 |
| Binary | 1010010 | 11101111 | 11000111 | 1000010 | 0 | 10001 | 110 | 10100101 | 1010011 | 111111 |
Color Harmonies of #52EFC7
Complementary color
Monochromatic Colors of #52EFC7
Black with #52EFC7
Text Example
Text Example
White with #52EFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFC7; }
p { color: rgb(82,239,199); }
H1.HeaderClassName
{
color: #52EFC7;
}
.AnyTagClassName
{
color: #52EFC7;
}
</style>
background-color css
<style>
a { background-color: #52EFC7; }
a { background-color: rgb(82,239,199); }
div.DivClassName
{
background-color: #52EFC7;
}
.BgClassName
{
background-color: #52EFC7;
}
</style>
border-color css
<style>
span { border-color: #52EFC7; }
span { border-color: rgb(82,239,199); }
td.TdClassName
{
border-color: #52EFC7;
}
.TagClassName
{
border-color: #52EFC7;
}
</style>