Shades of Turquoise #52EFE4
Tints of Turquoise #52EFE4
RGB
CMYK
RGB Variations
Color information
#52EFE4 (or 0x52EFE4) is known color: Turquoise. HEX triplet: 52, EF and E4. RGB value is (82,239,228). Sum of RGB (Red+Green+Blue) = 82+239+228=549 (72% of max value = 765). Red value is 82 (32.42% from 255 or 14.94% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFE4 is #AD101B. Grayscale: #BEBEBE. Windows color (decimal): -11341852 or 15003474. OLE color: 15003474.
HSL color Cylindrical-coordinate representation of color #52EFE4: hue angle of 175.8º 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 #52EFE4 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 228 | - |
| CMYK | 0.66 | 0 | 0.05 | 0.06 |
| HSL | 175.8º | 0.83% | 0.63% | - |
| HSV(B) | 175.8º | 0.66% | 0.94% | - |
| XYZ | 48.35 | 69.13 | 84.19 | - |
| YUV | 190.8 | 148.99 | 50.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 228 | 0.66 | 0 | 0.05 | 0.06 | 175.8 | 0.83 | 0.63 |
| Hex | 52 | EF | E4 | 42 | 0 | 5 | 6 | B0 | 53 | 3F |
| Octal | 122 | 357 | 344 | 102 | 0 | 5 | 6 | 260 | 123 | 77 |
| Binary | 1010010 | 11101111 | 11100100 | 1000010 | 0 | 101 | 110 | 10110000 | 1010011 | 111111 |
Color Harmonies of #52EFE4
Complementary color
Monochromatic Colors of #52EFE4
Black with #52EFE4
Text Example
Text Example
White with #52EFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFE4; }
p { color: rgb(82,239,228); }
H1.HeaderClassName
{
color: #52EFE4;
}
.AnyTagClassName
{
color: #52EFE4;
}
</style>
background-color css
<style>
a { background-color: #52EFE4; }
a { background-color: rgb(82,239,228); }
div.DivClassName
{
background-color: #52EFE4;
}
.BgClassName
{
background-color: #52EFE4;
}
</style>
border-color css
<style>
span { border-color: #52EFE4; }
span { border-color: rgb(82,239,228); }
td.TdClassName
{
border-color: #52EFE4;
}
.TagClassName
{
border-color: #52EFE4;
}
</style>