Shades of Turquoise #52DFDD
Tints of Turquoise #52DFDD
RGB
CMYK
RGB Variations
Color information
#52DFDD (or 0x52DFDD) is known color: Turquoise. HEX triplet: 52, DF and DD. RGB value is (82,223,221). Sum of RGB (Red+Green+Blue) = 82+223+221=526 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.59% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFDD is #AD2022. Grayscale: #B4B4B4. Windows color (decimal): -11345955 or 14540626. OLE color: 14540626.
HSL color Cylindrical-coordinate representation of color #52DFDD: hue angle of 179.15º 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 #52DFDD is Cyan = 0.63, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 221 | - |
| CMYK | 0.63 | 0 | 0.01 | 0.13 |
| HSL | 179.15º | 0.69% | 0.6% | - |
| HSV(B) | 179.15º | 0.63% | 0.87% | - |
| XYZ | 42.92 | 59.79 | 77.69 | - |
| YUV | 180.61 | 150.79 | 57.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 221 | 0.63 | 0 | 0.01 | 0.13 | 179.15 | 0.69 | 0.6 |
| Hex | 52 | DF | DD | 3F | 0 | 1 | D | B3 | 45 | 3C |
| Octal | 122 | 337 | 335 | 77 | 0 | 1 | 15 | 263 | 105 | 74 |
| Binary | 1010010 | 11011111 | 11011101 | 111111 | 0 | 1 | 1101 | 10110011 | 1000101 | 111100 |
Color Harmonies of #52DFDD
Complementary color
Monochromatic Colors of #52DFDD
Black with #52DFDD
Text Example
Text Example
White with #52DFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFDD; }
p { color: rgb(82,223,221); }
H1.HeaderClassName
{
color: #52DFDD;
}
.AnyTagClassName
{
color: #52DFDD;
}
</style>
background-color css
<style>
a { background-color: #52DFDD; }
a { background-color: rgb(82,223,221); }
div.DivClassName
{
background-color: #52DFDD;
}
.BgClassName
{
background-color: #52DFDD;
}
</style>
border-color css
<style>
span { border-color: #52DFDD; }
span { border-color: rgb(82,223,221); }
td.TdClassName
{
border-color: #52DFDD;
}
.TagClassName
{
border-color: #52DFDD;
}
</style>