Shades of Medium Turquoise #52DBDF
Tints of Medium Turquoise #52DBDF
RGB
CMYK
RGB Variations
Color information
#52DBDF (or 0x52DBDF) is known color: Medium Turquoise. HEX triplet: 52, DB and DF. RGB value is (82,219,223). Sum of RGB (Red+Green+Blue) = 82+219+223=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #52DBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBDF is #AD2420. Grayscale: #B2B2B2. Windows color (decimal): -11346977 or 14670674. OLE color: 14670674.
HSL color Cylindrical-coordinate representation of color #52DBDF: hue angle of 181.7º 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 #52DBDF is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 219 | 223 | - |
| CMYK | 0.63 | 0.02 | 0 | 0.13 |
| HSL | 181.7º | 0.69% | 0.6% | - |
| HSV(B) | 181.7º | 0.63% | 0.87% | - |
| XYZ | 42.13 | 57.78 | 78.75 | - |
| YUV | 178.49 | 153.11 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 223 | 0.63 | 0.02 | 0 | 0.13 | 181.7 | 0.69 | 0.6 |
| Hex | 52 | DB | DF | 3F | 2 | 0 | D | B6 | 45 | 3C |
| Octal | 122 | 333 | 337 | 77 | 2 | 0 | 15 | 266 | 105 | 74 |
| Binary | 1010010 | 11011011 | 11011111 | 111111 | 10 | 0 | 1101 | 10110110 | 1000101 | 111100 |
Color Harmonies of #52DBDF
Complementary color
Monochromatic Colors of #52DBDF
Black with #52DBDF
Text Example
Text Example
White with #52DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBDF; }
p { color: rgb(82,219,223); }
H1.HeaderClassName
{
color: #52DBDF;
}
.AnyTagClassName
{
color: #52DBDF;
}
</style>
background-color css
<style>
a { background-color: #52DBDF; }
a { background-color: rgb(82,219,223); }
div.DivClassName
{
background-color: #52DBDF;
}
.BgClassName
{
background-color: #52DBDF;
}
</style>
border-color css
<style>
span { border-color: #52DBDF; }
span { border-color: rgb(82,219,223); }
td.TdClassName
{
border-color: #52DBDF;
}
.TagClassName
{
border-color: #52DBDF;
}
</style>