Shades of Turquoise #52EFE0
Tints of Turquoise #52EFE0
RGB
CMYK
RGB Variations
Color information
#52EFE0 (or 0x52EFE0) is known color: Turquoise. HEX triplet: 52, EF and E0. RGB value is (82,239,224). Sum of RGB (Red+Green+Blue) = 82+239+224=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 239 (93.75% from 255 or 43.85% from 545); Blue value is 224 (87.89% from 255 or 41.10% from 545); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFE0 is #AD101F. Grayscale: #BEBEBE. Windows color (decimal): -11341856 or 14741330. OLE color: 14741330.
HSL color Cylindrical-coordinate representation of color #52EFE0: hue angle of 174.27º 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 #52EFE0 is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 224 | - |
| CMYK | 0.66 | 0 | 0.06 | 0.06 |
| HSL | 174.27º | 0.83% | 0.63% | - |
| HSV(B) | 174.27º | 0.66% | 0.94% | - |
| XYZ | 47.8 | 68.91 | 81.3 | - |
| YUV | 190.35 | 146.99 | 50.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 224 | 0.66 | 0 | 0.06 | 0.06 | 174.27 | 0.83 | 0.63 |
| Hex | 52 | EF | E0 | 42 | 0 | 6 | 6 | AE | 53 | 3F |
| Octal | 122 | 357 | 340 | 102 | 0 | 6 | 6 | 256 | 123 | 77 |
| Binary | 1010010 | 11101111 | 11100000 | 1000010 | 0 | 110 | 110 | 10101110 | 1010011 | 111111 |
Color Harmonies of #52EFE0
Complementary color
Monochromatic Colors of #52EFE0
Black with #52EFE0
Text Example
Text Example
White with #52EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFE0; }
p { color: rgb(82,239,224); }
H1.HeaderClassName
{
color: #52EFE0;
}
.AnyTagClassName
{
color: #52EFE0;
}
</style>
background-color css
<style>
a { background-color: #52EFE0; }
a { background-color: rgb(82,239,224); }
div.DivClassName
{
background-color: #52EFE0;
}
.BgClassName
{
background-color: #52EFE0;
}
</style>
border-color css
<style>
span { border-color: #52EFE0; }
span { border-color: rgb(82,239,224); }
td.TdClassName
{
border-color: #52EFE0;
}
.TagClassName
{
border-color: #52EFE0;
}
</style>