Shades of Medium Turquoise #52CFBC
Tints of Medium Turquoise #52CFBC
RGB
CMYK
RGB Variations
Color information
#52CFBC (or 0x52CFBC) is known color: Medium Turquoise. HEX triplet: 52, CF and BC. RGB value is (82,207,188). Sum of RGB (Red+Green+Blue) = 82+207+188=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 207 (81.25% from 255 or 43.40% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFBC is #AD3043. Grayscale: #A7A7A7. Windows color (decimal): -11350084 or 12373842. OLE color: 12373842.
HSL color Cylindrical-coordinate representation of color #52CFBC: hue angle of 170.88º 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 #52CFBC is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 188 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.19 |
| HSL | 170.88º | 0.57% | 0.57% | - |
| HSV(B) | 170.88º | 0.6% | 0.81% | - |
| XYZ | 34.87 | 50.05 | 55.4 | - |
| YUV | 167.46 | 139.59 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 188 | 0.60 | 0 | 0.09 | 0.19 | 170.88 | 0.57 | 0.57 |
| Hex | 52 | CF | BC | 3C | 0 | 9 | 13 | AB | 39 | 39 |
| Octal | 122 | 317 | 274 | 74 | 0 | 11 | 23 | 253 | 71 | 71 |
| Binary | 1010010 | 11001111 | 10111100 | 111100 | 0 | 1001 | 10011 | 10101011 | 111001 | 111001 |
Color Harmonies of #52CFBC
Complementary color
Monochromatic Colors of #52CFBC
Black with #52CFBC
Text Example
Text Example
White with #52CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFBC; }
p { color: rgb(82,207,188); }
H1.HeaderClassName
{
color: #52CFBC;
}
.AnyTagClassName
{
color: #52CFBC;
}
</style>
background-color css
<style>
a { background-color: #52CFBC; }
a { background-color: rgb(82,207,188); }
div.DivClassName
{
background-color: #52CFBC;
}
.BgClassName
{
background-color: #52CFBC;
}
</style>
border-color css
<style>
span { border-color: #52CFBC; }
span { border-color: rgb(82,207,188); }
td.TdClassName
{
border-color: #52CFBC;
}
.TagClassName
{
border-color: #52CFBC;
}
</style>