Shades of Medium Turquoise #52CCD1
Tints of Medium Turquoise #52CCD1
RGB
CMYK
RGB Variations
Color information
#52CCD1 (or 0x52CCD1) is known color: Medium Turquoise. HEX triplet: 52, CC and D1. RGB value is (82,204,209). Sum of RGB (Red+Green+Blue) = 82+204+209=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 209 (82.03% from 255 or 42.22% from 495); Max value from RGB is 209 - color contains mainly: blue. Hex color #52CCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCD1 is #AD332E. Grayscale: #A7A7A7. Windows color (decimal): -11350831 or 13749330. OLE color: 13749330.
HSL color Cylindrical-coordinate representation of color #52CCD1: hue angle of 182.36º degrees, saturation: 0.58, 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 #52CCD1 is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 204 | 209 | - |
| CMYK | 0.61 | 0.02 | 0 | 0.18 |
| HSL | 182.36º | 0.58% | 0.57% | - |
| HSV(B) | 182.36º | 0.61% | 0.82% | - |
| XYZ | 36.58 | 49.58 | 67.96 | - |
| YUV | 168.09 | 151.08 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 209 | 0.61 | 0.02 | 0 | 0.18 | 182.36 | 0.58 | 0.57 |
| Hex | 52 | CC | D1 | 3D | 2 | 0 | 12 | B6 | 3A | 39 |
| Octal | 122 | 314 | 321 | 75 | 2 | 0 | 22 | 266 | 72 | 71 |
| Binary | 1010010 | 11001100 | 11010001 | 111101 | 10 | 0 | 10010 | 10110110 | 111010 | 111001 |
Color Harmonies of #52CCD1
Complementary color
Monochromatic Colors of #52CCD1
Black with #52CCD1
Text Example
Text Example
White with #52CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CCD1; }
p { color: rgb(82,204,209); }
H1.HeaderClassName
{
color: #52CCD1;
}
.AnyTagClassName
{
color: #52CCD1;
}
</style>
background-color css
<style>
a { background-color: #52CCD1; }
a { background-color: rgb(82,204,209); }
div.DivClassName
{
background-color: #52CCD1;
}
.BgClassName
{
background-color: #52CCD1;
}
</style>
border-color css
<style>
span { border-color: #52CCD1; }
span { border-color: rgb(82,204,209); }
td.TdClassName
{
border-color: #52CCD1;
}
.TagClassName
{
border-color: #52CCD1;
}
</style>