Shades of Medium Turquoise #52CCD9
Tints of Medium Turquoise #52CCD9
RGB
CMYK
RGB Variations
Color information
#52CCD9 (or 0x52CCD9) is known color: Medium Turquoise. HEX triplet: 52, CC and D9. RGB value is (82,204,217). Sum of RGB (Red+Green+Blue) = 82+204+217=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 217 (85.16% from 255 or 43.14% from 503); Max value from RGB is 217 - color contains mainly: blue. Hex color #52CCD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCD9 is #AD3326. Grayscale: #A8A8A8. Windows color (decimal): -11350823 or 14273618. OLE color: 14273618.
HSL color Cylindrical-coordinate representation of color #52CCD9: hue angle of 185.78º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52CCD9 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 204 | 217 | - |
| CMYK | 0.62 | 0.06 | 0 | 0.15 |
| HSL | 185.78º | 0.64% | 0.59% | - |
| HSV(B) | 185.78º | 0.62% | 0.85% | - |
| XYZ | 37.6 | 49.99 | 73.31 | - |
| YUV | 169 | 155.08 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 217 | 0.62 | 0.06 | 0 | 0.15 | 185.78 | 0.64 | 0.59 |
| Hex | 52 | CC | D9 | 3E | 6 | 0 | F | BA | 40 | 3B |
| Octal | 122 | 314 | 331 | 76 | 6 | 0 | 17 | 272 | 100 | 73 |
| Binary | 1010010 | 11001100 | 11011001 | 111110 | 110 | 0 | 1111 | 10111010 | 1000000 | 111011 |
Color Harmonies of #52CCD9
Complementary color
Monochromatic Colors of #52CCD9
Black with #52CCD9
Text Example
Text Example
White with #52CCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CCD9; }
p { color: rgb(82,204,217); }
H1.HeaderClassName
{
color: #52CCD9;
}
.AnyTagClassName
{
color: #52CCD9;
}
</style>
background-color css
<style>
a { background-color: #52CCD9; }
a { background-color: rgb(82,204,217); }
div.DivClassName
{
background-color: #52CCD9;
}
.BgClassName
{
background-color: #52CCD9;
}
</style>
border-color css
<style>
span { border-color: #52CCD9; }
span { border-color: rgb(82,204,217); }
td.TdClassName
{
border-color: #52CCD9;
}
.TagClassName
{
border-color: #52CCD9;
}
</style>