Shades of Medium Turquoise #52CFCD
Tints of Medium Turquoise #52CFCD
RGB
CMYK
RGB Variations
Color information
#52CFCD (or 0x52CFCD) is known color: Medium Turquoise. HEX triplet: 52, CF and CD. RGB value is (82,207,205). Sum of RGB (Red+Green+Blue) = 82+207+205=494 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.60% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFCD is #AD3032. Grayscale: #A9A9A9. Windows color (decimal): -11350067 or 13487954. OLE color: 13487954.
HSL color Cylindrical-coordinate representation of color #52CFCD: hue angle of 179.04º 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 #52CFCD is Cyan = 0.60, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 205 | - |
| CMYK | 0.60 | 0 | 0.01 | 0.19 |
| HSL | 179.04º | 0.57% | 0.57% | - |
| HSV(B) | 179.04º | 0.6% | 0.81% | - |
| XYZ | 36.81 | 50.83 | 65.63 | - |
| YUV | 169.4 | 148.09 | 65.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 205 | 0.60 | 0 | 0.01 | 0.19 | 179.04 | 0.57 | 0.57 |
| Hex | 52 | CF | CD | 3C | 0 | 1 | 13 | B3 | 39 | 39 |
| Octal | 122 | 317 | 315 | 74 | 0 | 1 | 23 | 263 | 71 | 71 |
| Binary | 1010010 | 11001111 | 11001101 | 111100 | 0 | 1 | 10011 | 10110011 | 111001 | 111001 |
Color Harmonies of #52CFCD
Complementary color
Monochromatic Colors of #52CFCD
Black with #52CFCD
Text Example
Text Example
White with #52CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFCD; }
p { color: rgb(82,207,205); }
H1.HeaderClassName
{
color: #52CFCD;
}
.AnyTagClassName
{
color: #52CFCD;
}
</style>
background-color css
<style>
a { background-color: #52CFCD; }
a { background-color: rgb(82,207,205); }
div.DivClassName
{
background-color: #52CFCD;
}
.BgClassName
{
background-color: #52CFCD;
}
</style>
border-color css
<style>
span { border-color: #52CFCD; }
span { border-color: rgb(82,207,205); }
td.TdClassName
{
border-color: #52CFCD;
}
.TagClassName
{
border-color: #52CFCD;
}
</style>