Shades of Medium Turquoise #52CFBD
Tints of Medium Turquoise #52CFBD
RGB
CMYK
RGB Variations
Color information
#52CFBD (or 0x52CFBD) is known color: Medium Turquoise. HEX triplet: 52, CF and BD. RGB value is (82,207,189). Sum of RGB (Red+Green+Blue) = 82+207+189=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFBD is #AD3042. Grayscale: #A7A7A7. Windows color (decimal): -11350083 or 12439378. OLE color: 12439378.
HSL color Cylindrical-coordinate representation of color #52CFBD: hue angle of 171.36º 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 #52CFBD is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 189 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.19 |
| HSL | 171.36º | 0.57% | 0.57% | - |
| HSV(B) | 171.36º | 0.6% | 0.81% | - |
| XYZ | 34.98 | 50.09 | 55.97 | - |
| YUV | 167.57 | 140.09 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 189 | 0.60 | 0 | 0.09 | 0.19 | 171.36 | 0.57 | 0.57 |
| Hex | 52 | CF | BD | 3C | 0 | 9 | 13 | AB | 39 | 39 |
| Octal | 122 | 317 | 275 | 74 | 0 | 11 | 23 | 253 | 71 | 71 |
| Binary | 1010010 | 11001111 | 10111101 | 111100 | 0 | 1001 | 10011 | 10101011 | 111001 | 111001 |
Color Harmonies of #52CFBD
Complementary color
Monochromatic Colors of #52CFBD
Black with #52CFBD
Text Example
Text Example
White with #52CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFBD; }
p { color: rgb(82,207,189); }
H1.HeaderClassName
{
color: #52CFBD;
}
.AnyTagClassName
{
color: #52CFBD;
}
</style>
background-color css
<style>
a { background-color: #52CFBD; }
a { background-color: rgb(82,207,189); }
div.DivClassName
{
background-color: #52CFBD;
}
.BgClassName
{
background-color: #52CFBD;
}
</style>
border-color css
<style>
span { border-color: #52CFBD; }
span { border-color: rgb(82,207,189); }
td.TdClassName
{
border-color: #52CFBD;
}
.TagClassName
{
border-color: #52CFBD;
}
</style>