Shades of Medium Turquoise #52CEC4
Tints of Medium Turquoise #52CEC4
RGB
CMYK
RGB Variations
Color information
#52CEC4 (or 0x52CEC4) is known color: Medium Turquoise. HEX triplet: 52, CE and C4. RGB value is (82,206,196). Sum of RGB (Red+Green+Blue) = 82+206+196=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEC4 is #AD313B. Grayscale: #A7A7A7. Windows color (decimal): -11350332 or 12897874. OLE color: 12897874.
HSL color Cylindrical-coordinate representation of color #52CEC4: hue angle of 175.16º 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 #52CEC4 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 196 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.19 |
| HSL | 175.16º | 0.56% | 0.56% | - |
| HSV(B) | 175.16º | 0.6% | 0.81% | - |
| XYZ | 35.51 | 49.92 | 59.99 | - |
| YUV | 167.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 196 | 0.60 | 0 | 0.05 | 0.19 | 175.16 | 0.56 | 0.56 |
| Hex | 52 | CE | C4 | 3C | 0 | 5 | 13 | AF | 38 | 38 |
| Octal | 122 | 316 | 304 | 74 | 0 | 5 | 23 | 257 | 70 | 70 |
| Binary | 1010010 | 11001110 | 11000100 | 111100 | 0 | 101 | 10011 | 10101111 | 111000 | 111000 |
Color Harmonies of #52CEC4
Complementary color
Monochromatic Colors of #52CEC4
Black with #52CEC4
Text Example
Text Example
White with #52CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEC4; }
p { color: rgb(82,206,196); }
H1.HeaderClassName
{
color: #52CEC4;
}
.AnyTagClassName
{
color: #52CEC4;
}
</style>
background-color css
<style>
a { background-color: #52CEC4; }
a { background-color: rgb(82,206,196); }
div.DivClassName
{
background-color: #52CEC4;
}
.BgClassName
{
background-color: #52CEC4;
}
</style>
border-color css
<style>
span { border-color: #52CEC4; }
span { border-color: rgb(82,206,196); }
td.TdClassName
{
border-color: #52CEC4;
}
.TagClassName
{
border-color: #52CEC4;
}
</style>