Shades of Medium Turquoise #52CED4
Tints of Medium Turquoise #52CED4
RGB
CMYK
RGB Variations
Color information
#52CED4 (or 0x52CED4) is known color: Medium Turquoise. HEX triplet: 52, CE and D4. RGB value is (82,206,212). Sum of RGB (Red+Green+Blue) = 82+206+212=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #52CED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CED4 is #AD312B. Grayscale: #A9A9A9. Windows color (decimal): -11350316 or 13946450. OLE color: 13946450.
HSL color Cylindrical-coordinate representation of color #52CED4: hue angle of 182.77º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CED4 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 206 | 212 | - |
| CMYK | 0.61 | 0.03 | 0 | 0.17 |
| HSL | 182.77º | 0.6% | 0.58% | - |
| HSV(B) | 182.77º | 0.61% | 0.83% | - |
| XYZ | 37.43 | 50.69 | 70.1 | - |
| YUV | 169.61 | 151.92 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 212 | 0.61 | 0.03 | 0 | 0.17 | 182.77 | 0.6 | 0.58 |
| Hex | 52 | CE | D4 | 3D | 3 | 0 | 11 | B7 | 3C | 3A |
| Octal | 122 | 316 | 324 | 75 | 3 | 0 | 21 | 267 | 74 | 72 |
| Binary | 1010010 | 11001110 | 11010100 | 111101 | 11 | 0 | 10001 | 10110111 | 111100 | 111010 |
Color Harmonies of #52CED4
Complementary color
Monochromatic Colors of #52CED4
Black with #52CED4
Text Example
Text Example
White with #52CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CED4; }
p { color: rgb(82,206,212); }
H1.HeaderClassName
{
color: #52CED4;
}
.AnyTagClassName
{
color: #52CED4;
}
</style>
background-color css
<style>
a { background-color: #52CED4; }
a { background-color: rgb(82,206,212); }
div.DivClassName
{
background-color: #52CED4;
}
.BgClassName
{
background-color: #52CED4;
}
</style>
border-color css
<style>
span { border-color: #52CED4; }
span { border-color: rgb(82,206,212); }
td.TdClassName
{
border-color: #52CED4;
}
.TagClassName
{
border-color: #52CED4;
}
</style>