Shades of Turquoise #52EFE2
Tints of Turquoise #52EFE2
RGB
CMYK
RGB Variations
Color information
#52EFE2 (or 0x52EFE2) is known color: Turquoise. HEX triplet: 52, EF and E2. RGB value is (82,239,226). Sum of RGB (Red+Green+Blue) = 82+239+226=547 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.99% from 547); Green value is 239 (93.75% from 255 or 43.69% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFE2 is #AD101D. Grayscale: #BEBEBE. Windows color (decimal): -11341854 or 14872402. OLE color: 14872402.
HSL color Cylindrical-coordinate representation of color #52EFE2: hue angle of 175.03º 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 #52EFE2 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 226 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.06 |
| HSL | 175.03º | 0.83% | 0.63% | - |
| HSV(B) | 175.03º | 0.66% | 0.94% | - |
| XYZ | 48.07 | 69.02 | 82.74 | - |
| YUV | 190.58 | 147.99 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 226 | 0.66 | 0 | 0.05 | 0.06 | 175.03 | 0.83 | 0.63 |
| Hex | 52 | EF | E2 | 42 | 0 | 5 | 6 | AF | 53 | 3F |
| Octal | 122 | 357 | 342 | 102 | 0 | 5 | 6 | 257 | 123 | 77 |
| Binary | 1010010 | 11101111 | 11100010 | 1000010 | 0 | 101 | 110 | 10101111 | 1010011 | 111111 |
Color Harmonies of #52EFE2
Complementary color
Monochromatic Colors of #52EFE2
Black with #52EFE2
Text Example
Text Example
White with #52EFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFE2; }
p { color: rgb(82,239,226); }
H1.HeaderClassName
{
color: #52EFE2;
}
.AnyTagClassName
{
color: #52EFE2;
}
</style>
background-color css
<style>
a { background-color: #52EFE2; }
a { background-color: rgb(82,239,226); }
div.DivClassName
{
background-color: #52EFE2;
}
.BgClassName
{
background-color: #52EFE2;
}
</style>
border-color css
<style>
span { border-color: #52EFE2; }
span { border-color: rgb(82,239,226); }
td.TdClassName
{
border-color: #52EFE2;
}
.TagClassName
{
border-color: #52EFE2;
}
</style>