Shades of Turquoise #52FFDB
Tints of Turquoise #52FFDB
RGB
CMYK
RGB Variations
Color information
#52FFDB (or 0x52FFDB) is known color: Turquoise. HEX triplet: 52, FF and DB. RGB value is (82,255,219). Sum of RGB (Red+Green+Blue) = 82+255+219=556 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.75% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52FFDB is #AD0024. Grayscale: #C7C7C7. Windows color (decimal): -11337765 or 14417746. OLE color: 14417746.
HSL color Cylindrical-coordinate representation of color #52FFDB: hue angle of 167.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFDB is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 219 | - |
| CMYK | 0.68 | 0 | 0.14 | 0 |
| HSL | 167.51º | 1% | 0.66% | - |
| HSV(B) | 167.51º | 0.68% | 1% | - |
| XYZ | 52.03 | 78.43 | 79.41 | - |
| YUV | 199.17 | 139.19 | 44.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 219 | 0.68 | 0 | 0.14 | 0 | 167.51 | 1 | 0.66 |
| Hex | 52 | FF | DB | 44 | 0 | E | 0 | A8 | 64 | 42 |
| Octal | 122 | 377 | 333 | 104 | 0 | 16 | 0 | 250 | 144 | 102 |
| Binary | 1010010 | 11111111 | 11011011 | 1000100 | 0 | 1110 | 0 | 10101000 | 1100100 | 1000010 |
Color Harmonies of #52FFDB
Complementary color
Monochromatic Colors of #52FFDB
Black with #52FFDB
Text Example
Text Example
White with #52FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFDB; }
p { color: rgb(82,255,219); }
H1.HeaderClassName
{
color: #52FFDB;
}
.AnyTagClassName
{
color: #52FFDB;
}
</style>
background-color css
<style>
a { background-color: #52FFDB; }
a { background-color: rgb(82,255,219); }
div.DivClassName
{
background-color: #52FFDB;
}
.BgClassName
{
background-color: #52FFDB;
}
</style>
border-color css
<style>
span { border-color: #52FFDB; }
span { border-color: rgb(82,255,219); }
td.TdClassName
{
border-color: #52FFDB;
}
.TagClassName
{
border-color: #52FFDB;
}
</style>