Shades of Turquoise #52E7D4
Tints of Turquoise #52E7D4
RGB
CMYK
RGB Variations
Color information
#52E7D4 (or 0x52E7D4) is known color: Turquoise. HEX triplet: 52, E7 and D4. RGB value is (82,231,212). Sum of RGB (Red+Green+Blue) = 82+231+212=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 231 (90.62% from 255 or 44% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 231 - color contains mainly: green. Hex color #52E7D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E7D4 is #AD182B. Grayscale: #B8B8B8. Windows color (decimal): -11343916 or 13952850. OLE color: 13952850.
HSL color Cylindrical-coordinate representation of color #52E7D4: hue angle of 172.35º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E7D4 is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 231 | 212 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.09 |
| HSL | 172.35º | 0.76% | 0.61% | - |
| HSV(B) | 172.35º | 0.65% | 0.91% | - |
| XYZ | 43.94 | 63.7 | 72.27 | - |
| YUV | 184.28 | 143.64 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 231 | 212 | 0.65 | 0 | 0.08 | 0.09 | 172.35 | 0.76 | 0.61 |
| Hex | 52 | E7 | D4 | 41 | 0 | 8 | 9 | AC | 4C | 3D |
| Octal | 122 | 347 | 324 | 101 | 0 | 10 | 11 | 254 | 114 | 75 |
| Binary | 1010010 | 11100111 | 11010100 | 1000001 | 0 | 1000 | 1001 | 10101100 | 1001100 | 111101 |
Color Harmonies of #52E7D4
Complementary color
Monochromatic Colors of #52E7D4
Black with #52E7D4
Text Example
Text Example
White with #52E7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E7D4; }
p { color: rgb(82,231,212); }
H1.HeaderClassName
{
color: #52E7D4;
}
.AnyTagClassName
{
color: #52E7D4;
}
</style>
background-color css
<style>
a { background-color: #52E7D4; }
a { background-color: rgb(82,231,212); }
div.DivClassName
{
background-color: #52E7D4;
}
.BgClassName
{
background-color: #52E7D4;
}
</style>
border-color css
<style>
span { border-color: #52E7D4; }
span { border-color: rgb(82,231,212); }
td.TdClassName
{
border-color: #52E7D4;
}
.TagClassName
{
border-color: #52E7D4;
}
</style>