Shades of Medium Turquoise #52C8D2
Tints of Medium Turquoise #52C8D2
RGB
CMYK
RGB Variations
Color information
#52C8D2 (or 0x52C8D2) is known color: Medium Turquoise. HEX triplet: 52, C8 and D2. RGB value is (82,200,210). Sum of RGB (Red+Green+Blue) = 82+200+210=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 210 - color contains mainly: blue. Hex color #52C8D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C8D2 is #AD372D. Grayscale: #A5A5A5. Windows color (decimal): -11351854 or 13813842. OLE color: 13813842.
HSL color Cylindrical-coordinate representation of color #52C8D2: hue angle of 184.69º degrees, saturation: 0.59, 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 #52C8D2 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 200 | 210 | - |
| CMYK | 0.61 | 0.05 | 0 | 0.18 |
| HSL | 184.69º | 0.59% | 0.57% | - |
| HSV(B) | 184.69º | 0.61% | 0.82% | - |
| XYZ | 35.77 | 47.76 | 68.31 | - |
| YUV | 165.86 | 152.91 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 210 | 0.61 | 0.05 | 0 | 0.18 | 184.69 | 0.59 | 0.57 |
| Hex | 52 | C8 | D2 | 3D | 5 | 0 | 12 | B9 | 3B | 39 |
| Octal | 122 | 310 | 322 | 75 | 5 | 0 | 22 | 271 | 73 | 71 |
| Binary | 1010010 | 11001000 | 11010010 | 111101 | 101 | 0 | 10010 | 10111001 | 111011 | 111001 |
Color Harmonies of #52C8D2
Complementary color
Monochromatic Colors of #52C8D2
Black with #52C8D2
Text Example
Text Example
White with #52C8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8D2; }
p { color: rgb(82,200,210); }
H1.HeaderClassName
{
color: #52C8D2;
}
.AnyTagClassName
{
color: #52C8D2;
}
</style>
background-color css
<style>
a { background-color: #52C8D2; }
a { background-color: rgb(82,200,210); }
div.DivClassName
{
background-color: #52C8D2;
}
.BgClassName
{
background-color: #52C8D2;
}
</style>
border-color css
<style>
span { border-color: #52C8D2; }
span { border-color: rgb(82,200,210); }
td.TdClassName
{
border-color: #52C8D2;
}
.TagClassName
{
border-color: #52C8D2;
}
</style>