Shades of Medium Turquoise #52CFD0
Tints of Medium Turquoise #52CFD0
RGB
CMYK
RGB Variations
Color information
#52CFD0 (or 0x52CFD0) is known color: Medium Turquoise. HEX triplet: 52, CF and D0. RGB value is (82,207,208). Sum of RGB (Red+Green+Blue) = 82+207+208=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #52CFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFD0 is #AD302F. Grayscale: #A9A9A9. Windows color (decimal): -11350064 or 13684562. OLE color: 13684562.
HSL color Cylindrical-coordinate representation of color #52CFD0: hue angle of 180.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CFD0 is Cyan = 0.61, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 207 | 208 | - |
| CMYK | 0.61 | 0.00 | 0 | 0.18 |
| HSL | 180.48º | 0.57% | 0.57% | - |
| HSV(B) | 180.48º | 0.61% | 0.82% | - |
| XYZ | 37.18 | 50.97 | 67.55 | - |
| YUV | 169.74 | 149.59 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 208 | 0.61 | 0.00 | 0 | 0.18 | 180.48 | 0.57 | 0.57 |
| Hex | 52 | CF | D0 | 3D | 0 | 0 | 12 | B4 | 39 | 39 |
| Octal | 122 | 317 | 320 | 75 | 0 | 0 | 22 | 264 | 71 | 71 |
| Binary | 1010010 | 11001111 | 11010000 | 111101 | 0 | 0 | 10010 | 10110100 | 111001 | 111001 |
Color Harmonies of #52CFD0
Complementary color
Monochromatic Colors of #52CFD0
Black with #52CFD0
Text Example
Text Example
White with #52CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFD0; }
p { color: rgb(82,207,208); }
H1.HeaderClassName
{
color: #52CFD0;
}
.AnyTagClassName
{
color: #52CFD0;
}
</style>
background-color css
<style>
a { background-color: #52CFD0; }
a { background-color: rgb(82,207,208); }
div.DivClassName
{
background-color: #52CFD0;
}
.BgClassName
{
background-color: #52CFD0;
}
</style>
border-color css
<style>
span { border-color: #52CFD0; }
span { border-color: rgb(82,207,208); }
td.TdClassName
{
border-color: #52CFD0;
}
.TagClassName
{
border-color: #52CFD0;
}
</style>