Shades of Medium Turquoise #52CEC7
Tints of Medium Turquoise #52CEC7
RGB
CMYK
RGB Variations
Color information
#52CEC7 (or 0x52CEC7) is known color: Medium Turquoise. HEX triplet: 52, CE and C7. RGB value is (82,206,199). Sum of RGB (Red+Green+Blue) = 82+206+199=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 199 (78.12% from 255 or 40.86% from 487); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEC7 is #AD3138. Grayscale: #A8A8A8. Windows color (decimal): -11350329 or 13094482. OLE color: 13094482.
HSL color Cylindrical-coordinate representation of color #52CEC7: hue angle of 176.61º 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 #52CEC7 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 199 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.19 |
| HSL | 176.61º | 0.56% | 0.56% | - |
| HSV(B) | 176.61º | 0.6% | 0.81% | - |
| XYZ | 35.86 | 50.06 | 61.81 | - |
| YUV | 168.13 | 145.42 | 66.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 199 | 0.60 | 0 | 0.03 | 0.19 | 176.61 | 0.56 | 0.56 |
| Hex | 52 | CE | C7 | 3C | 0 | 3 | 13 | B1 | 38 | 38 |
| Octal | 122 | 316 | 307 | 74 | 0 | 3 | 23 | 261 | 70 | 70 |
| Binary | 1010010 | 11001110 | 11000111 | 111100 | 0 | 11 | 10011 | 10110001 | 111000 | 111000 |
Color Harmonies of #52CEC7
Complementary color
Monochromatic Colors of #52CEC7
Black with #52CEC7
Text Example
Text Example
White with #52CEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEC7; }
p { color: rgb(82,206,199); }
H1.HeaderClassName
{
color: #52CEC7;
}
.AnyTagClassName
{
color: #52CEC7;
}
</style>
background-color css
<style>
a { background-color: #52CEC7; }
a { background-color: rgb(82,206,199); }
div.DivClassName
{
background-color: #52CEC7;
}
.BgClassName
{
background-color: #52CEC7;
}
</style>
border-color css
<style>
span { border-color: #52CEC7; }
span { border-color: rgb(82,206,199); }
td.TdClassName
{
border-color: #52CEC7;
}
.TagClassName
{
border-color: #52CEC7;
}
</style>