Shades of Turquoise #52EADD
Tints of Turquoise #52EADD
RGB
CMYK
RGB Variations
Color information
#52EADD (or 0x52EADD) is known color: Turquoise. HEX triplet: 52, EA and DD. RGB value is (82,234,221). Sum of RGB (Red+Green+Blue) = 82+234+221=537 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.27% from 537); Green value is 234 (91.80% from 255 or 43.58% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 234 - color contains mainly: green. Hex color #52EADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EADD is #AD1522. Grayscale: #BABABA. Windows color (decimal): -11343139 or 14543442. OLE color: 14543442.
HSL color Cylindrical-coordinate representation of color #52EADD: hue angle of 174.87º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EADD is Cyan = 0.65, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 234 | 221 | - |
| CMYK | 0.65 | 0 | 0.06 | 0.08 |
| HSL | 174.87º | 0.78% | 0.62% | - |
| HSV(B) | 174.87º | 0.65% | 0.92% | - |
| XYZ | 45.95 | 65.86 | 78.7 | - |
| YUV | 187.07 | 147.14 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 221 | 0.65 | 0 | 0.06 | 0.08 | 174.87 | 0.78 | 0.62 |
| Hex | 52 | EA | DD | 41 | 0 | 6 | 8 | AF | 4E | 3E |
| Octal | 122 | 352 | 335 | 101 | 0 | 6 | 10 | 257 | 116 | 76 |
| Binary | 1010010 | 11101010 | 11011101 | 1000001 | 0 | 110 | 1000 | 10101111 | 1001110 | 111110 |
Color Harmonies of #52EADD
Complementary color
Monochromatic Colors of #52EADD
Black with #52EADD
Text Example
Text Example
White with #52EADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EADD; }
p { color: rgb(82,234,221); }
H1.HeaderClassName
{
color: #52EADD;
}
.AnyTagClassName
{
color: #52EADD;
}
</style>
background-color css
<style>
a { background-color: #52EADD; }
a { background-color: rgb(82,234,221); }
div.DivClassName
{
background-color: #52EADD;
}
.BgClassName
{
background-color: #52EADD;
}
</style>
border-color css
<style>
span { border-color: #52EADD; }
span { border-color: rgb(82,234,221); }
td.TdClassName
{
border-color: #52EADD;
}
.TagClassName
{
border-color: #52EADD;
}
</style>