Shades of Medium Turquoise #52CFCA
Tints of Medium Turquoise #52CFCA
RGB
CMYK
RGB Variations
Color information
#52CFCA (or 0x52CFCA) is known color: Medium Turquoise. HEX triplet: 52, CF and CA. RGB value is (82,207,202). Sum of RGB (Red+Green+Blue) = 82+207+202=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFCA is #AD3035. Grayscale: #A8A8A8. Windows color (decimal): -11350070 or 13291346. OLE color: 13291346.
HSL color Cylindrical-coordinate representation of color #52CFCA: hue angle of 177.6º 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 #52CFCA is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 202 | - |
| CMYK | 0.60 | 0 | 0.02 | 0.19 |
| HSL | 177.6º | 0.57% | 0.57% | - |
| HSV(B) | 177.6º | 0.6% | 0.81% | - |
| XYZ | 36.45 | 50.68 | 63.74 | - |
| YUV | 169.06 | 146.59 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 202 | 0.60 | 0 | 0.02 | 0.19 | 177.6 | 0.57 | 0.57 |
| Hex | 52 | CF | CA | 3C | 0 | 2 | 13 | B2 | 39 | 39 |
| Octal | 122 | 317 | 312 | 74 | 0 | 2 | 23 | 262 | 71 | 71 |
| Binary | 1010010 | 11001111 | 11001010 | 111100 | 0 | 10 | 10011 | 10110010 | 111001 | 111001 |
Color Harmonies of #52CFCA
Complementary color
Monochromatic Colors of #52CFCA
Black with #52CFCA
Text Example
Text Example
White with #52CFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFCA; }
p { color: rgb(82,207,202); }
H1.HeaderClassName
{
color: #52CFCA;
}
.AnyTagClassName
{
color: #52CFCA;
}
</style>
background-color css
<style>
a { background-color: #52CFCA; }
a { background-color: rgb(82,207,202); }
div.DivClassName
{
background-color: #52CFCA;
}
.BgClassName
{
background-color: #52CFCA;
}
</style>
border-color css
<style>
span { border-color: #52CFCA; }
span { border-color: rgb(82,207,202); }
td.TdClassName
{
border-color: #52CFCA;
}
.TagClassName
{
border-color: #52CFCA;
}
</style>