Shades of Turquoise #52DFD5
Tints of Turquoise #52DFD5
RGB
CMYK
RGB Variations
Color information
#52DFD5 (or 0x52DFD5) is known color: Turquoise. HEX triplet: 52, DF and D5. RGB value is (82,223,213). Sum of RGB (Red+Green+Blue) = 82+223+213=518 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.83% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFD5 is #AD202A. Grayscale: #B3B3B3. Windows color (decimal): -11345963 or 14016338. OLE color: 14016338.
HSL color Cylindrical-coordinate representation of color #52DFD5: hue angle of 175.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFD5 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 213 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.13 |
| HSL | 175.74º | 0.69% | 0.6% | - |
| HSV(B) | 175.74º | 0.63% | 0.87% | - |
| XYZ | 41.88 | 59.37 | 72.2 | - |
| YUV | 179.7 | 146.79 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 213 | 0.63 | 0 | 0.04 | 0.13 | 175.74 | 0.69 | 0.6 |
| Hex | 52 | DF | D5 | 3F | 0 | 4 | D | B0 | 45 | 3C |
| Octal | 122 | 337 | 325 | 77 | 0 | 4 | 15 | 260 | 105 | 74 |
| Binary | 1010010 | 11011111 | 11010101 | 111111 | 0 | 100 | 1101 | 10110000 | 1000101 | 111100 |
Color Harmonies of #52DFD5
Complementary color
Monochromatic Colors of #52DFD5
Black with #52DFD5
Text Example
Text Example
White with #52DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFD5; }
p { color: rgb(82,223,213); }
H1.HeaderClassName
{
color: #52DFD5;
}
.AnyTagClassName
{
color: #52DFD5;
}
</style>
background-color css
<style>
a { background-color: #52DFD5; }
a { background-color: rgb(82,223,213); }
div.DivClassName
{
background-color: #52DFD5;
}
.BgClassName
{
background-color: #52DFD5;
}
</style>
border-color css
<style>
span { border-color: #52DFD5; }
span { border-color: rgb(82,223,213); }
td.TdClassName
{
border-color: #52DFD5;
}
.TagClassName
{
border-color: #52DFD5;
}
</style>