Shades of Turquoise #52FEDB
Tints of Turquoise #52FEDB
RGB
CMYK
RGB Variations
Color information
#52FEDB (or 0x52FEDB) is known color: Turquoise. HEX triplet: 52, FE and DB. RGB value is (82,254,219). Sum of RGB (Red+Green+Blue) = 82+254+219=555 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.77% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FEDB is #AD0124. Grayscale: #C6C6C6. Windows color (decimal): -11338021 or 14417490. OLE color: 14417490.
HSL color Cylindrical-coordinate representation of color #52FEDB: hue angle of 167.79º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEDB is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 254 | 219 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.00 |
| HSL | 167.79º | 0.99% | 0.66% | - |
| HSV(B) | 167.79º | 0.68% | 1% | - |
| XYZ | 51.71 | 77.79 | 79.31 | - |
| YUV | 198.58 | 139.52 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 254 | 219 | 0.68 | 0 | 0.14 | 0.00 | 167.79 | 0.99 | 0.66 |
| Hex | 52 | FE | DB | 44 | 0 | E | 0 | A8 | 63 | 42 |
| Octal | 122 | 376 | 333 | 104 | 0 | 16 | 0 | 250 | 143 | 102 |
| Binary | 1010010 | 11111110 | 11011011 | 1000100 | 0 | 1110 | 0 | 10101000 | 1100011 | 1000010 |
Color Harmonies of #52FEDB
Complementary color
Monochromatic Colors of #52FEDB
Black with #52FEDB
Text Example
Text Example
White with #52FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FEDB; }
p { color: rgb(82,254,219); }
H1.HeaderClassName
{
color: #52FEDB;
}
.AnyTagClassName
{
color: #52FEDB;
}
</style>
background-color css
<style>
a { background-color: #52FEDB; }
a { background-color: rgb(82,254,219); }
div.DivClassName
{
background-color: #52FEDB;
}
.BgClassName
{
background-color: #52FEDB;
}
</style>
border-color css
<style>
span { border-color: #52FEDB; }
span { border-color: rgb(82,254,219); }
td.TdClassName
{
border-color: #52FEDB;
}
.TagClassName
{
border-color: #52FEDB;
}
</style>