Shades of Medium Turquoise #52CECF
Tints of Medium Turquoise #52CECF
RGB
CMYK
RGB Variations
Color information
#52CECF (or 0x52CECF) is known color: Medium Turquoise. HEX triplet: 52, CE and CF. RGB value is (82,206,207). Sum of RGB (Red+Green+Blue) = 82+206+207=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #52CECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CECF is #AD3130. Grayscale: #A8A8A8. Windows color (decimal): -11350321 or 13618770. OLE color: 13618770.
HSL color Cylindrical-coordinate representation of color #52CECF: hue angle of 180.48º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CECF is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 207 | - |
| CMYK | 0.60 | 0.00 | 0 | 0.19 |
| HSL | 180.48º | 0.57% | 0.57% | - |
| HSV(B) | 180.48º | 0.6% | 0.81% | - |
| XYZ | 36.81 | 50.44 | 66.83 | - |
| YUV | 169.04 | 149.42 | 65.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 207 | 0.60 | 0.00 | 0 | 0.19 | 180.48 | 0.57 | 0.57 |
| Hex | 52 | CE | CF | 3C | 0 | 0 | 13 | B4 | 39 | 39 |
| Octal | 122 | 316 | 317 | 74 | 0 | 0 | 23 | 264 | 71 | 71 |
| Binary | 1010010 | 11001110 | 11001111 | 111100 | 0 | 0 | 10011 | 10110100 | 111001 | 111001 |
Color Harmonies of #52CECF
Complementary color
Monochromatic Colors of #52CECF
Black with #52CECF
Text Example
Text Example
White with #52CECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CECF; }
p { color: rgb(82,206,207); }
H1.HeaderClassName
{
color: #52CECF;
}
.AnyTagClassName
{
color: #52CECF;
}
</style>
background-color css
<style>
a { background-color: #52CECF; }
a { background-color: rgb(82,206,207); }
div.DivClassName
{
background-color: #52CECF;
}
.BgClassName
{
background-color: #52CECF;
}
</style>
border-color css
<style>
span { border-color: #52CECF; }
span { border-color: rgb(82,206,207); }
td.TdClassName
{
border-color: #52CECF;
}
.TagClassName
{
border-color: #52CECF;
}
</style>