Shades of Medium Turquoise #52C8CE
Tints of Medium Turquoise #52C8CE
RGB
CMYK
RGB Variations
Color information
#52C8CE (or 0x52C8CE) is known color: Medium Turquoise. HEX triplet: 52, C8 and CE. RGB value is (82,200,206). Sum of RGB (Red+Green+Blue) = 82+200+206=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 200 (78.52% from 255 or 40.98% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #52C8CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C8CE is #AD3731. Grayscale: #A5A5A5. Windows color (decimal): -11351858 or 13551698. OLE color: 13551698.
HSL color Cylindrical-coordinate representation of color #52C8CE: hue angle of 182.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C8CE is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 200 | 206 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.19 |
| HSL | 182.9º | 0.56% | 0.56% | - |
| HSV(B) | 182.9º | 0.6% | 0.81% | - |
| XYZ | 35.27 | 47.56 | 65.71 | - |
| YUV | 165.4 | 150.91 | 68.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 206 | 0.60 | 0.03 | 0 | 0.19 | 182.9 | 0.56 | 0.56 |
| Hex | 52 | C8 | CE | 3C | 3 | 0 | 13 | B7 | 38 | 38 |
| Octal | 122 | 310 | 316 | 74 | 3 | 0 | 23 | 267 | 70 | 70 |
| Binary | 1010010 | 11001000 | 11001110 | 111100 | 11 | 0 | 10011 | 10110111 | 111000 | 111000 |
Color Harmonies of #52C8CE
Complementary color
Monochromatic Colors of #52C8CE
Black with #52C8CE
Text Example
Text Example
White with #52C8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8CE; }
p { color: rgb(82,200,206); }
H1.HeaderClassName
{
color: #52C8CE;
}
.AnyTagClassName
{
color: #52C8CE;
}
</style>
background-color css
<style>
a { background-color: #52C8CE; }
a { background-color: rgb(82,200,206); }
div.DivClassName
{
background-color: #52C8CE;
}
.BgClassName
{
background-color: #52C8CE;
}
</style>
border-color css
<style>
span { border-color: #52C8CE; }
span { border-color: rgb(82,200,206); }
td.TdClassName
{
border-color: #52C8CE;
}
.TagClassName
{
border-color: #52C8CE;
}
</style>