Shades of Turquoise #52EFDF
Tints of Turquoise #52EFDF
RGB
CMYK
RGB Variations
Color information
#52EFDF (or 0x52EFDF) is known color: Turquoise. HEX triplet: 52, EF and DF. RGB value is (82,239,223). Sum of RGB (Red+Green+Blue) = 82+239+223=544 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.07% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFDF is #AD1020. Grayscale: #BEBEBE. Windows color (decimal): -11341857 or 14675794. OLE color: 14675794.
HSL color Cylindrical-coordinate representation of color #52EFDF: hue angle of 173.89º 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 #52EFDF is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 223 | - |
| CMYK | 0.66 | 0 | 0.07 | 0.06 |
| HSL | 173.89º | 0.83% | 0.63% | - |
| HSV(B) | 173.89º | 0.66% | 0.94% | - |
| XYZ | 47.67 | 68.85 | 80.59 | - |
| YUV | 190.23 | 146.49 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 223 | 0.66 | 0 | 0.07 | 0.06 | 173.89 | 0.83 | 0.63 |
| Hex | 52 | EF | DF | 42 | 0 | 7 | 6 | AE | 53 | 3F |
| Octal | 122 | 357 | 337 | 102 | 0 | 7 | 6 | 256 | 123 | 77 |
| Binary | 1010010 | 11101111 | 11011111 | 1000010 | 0 | 111 | 110 | 10101110 | 1010011 | 111111 |
Color Harmonies of #52EFDF
Complementary color
Monochromatic Colors of #52EFDF
Black with #52EFDF
Text Example
Text Example
White with #52EFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFDF; }
p { color: rgb(82,239,223); }
H1.HeaderClassName
{
color: #52EFDF;
}
.AnyTagClassName
{
color: #52EFDF;
}
</style>
background-color css
<style>
a { background-color: #52EFDF; }
a { background-color: rgb(82,239,223); }
div.DivClassName
{
background-color: #52EFDF;
}
.BgClassName
{
background-color: #52EFDF;
}
</style>
border-color css
<style>
span { border-color: #52EFDF; }
span { border-color: rgb(82,239,223); }
td.TdClassName
{
border-color: #52EFDF;
}
.TagClassName
{
border-color: #52EFDF;
}
</style>