Shades of Medium Turquoise #52CFC3
Tints of Medium Turquoise #52CFC3
RGB
CMYK
RGB Variations
Color information
#52CFC3 (or 0x52CFC3) is known color: Medium Turquoise. HEX triplet: 52, CF and C3. RGB value is (82,207,195). Sum of RGB (Red+Green+Blue) = 82+207+195=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 207 (81.25% from 255 or 42.77% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CFC3 is #AD303C. Grayscale: #A8A8A8. Windows color (decimal): -11350077 or 12832594. OLE color: 12832594.
HSL color Cylindrical-coordinate representation of color #52CFC3: hue angle of 174.24º 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 #52CFC3 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 195 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.19 |
| HSL | 174.24º | 0.57% | 0.57% | - |
| HSV(B) | 174.24º | 0.6% | 0.81% | - |
| XYZ | 35.64 | 50.36 | 59.47 | - |
| YUV | 168.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 195 | 0.60 | 0 | 0.06 | 0.19 | 174.24 | 0.57 | 0.57 |
| Hex | 52 | CF | C3 | 3C | 0 | 6 | 13 | AE | 39 | 39 |
| Octal | 122 | 317 | 303 | 74 | 0 | 6 | 23 | 256 | 71 | 71 |
| Binary | 1010010 | 11001111 | 11000011 | 111100 | 0 | 110 | 10011 | 10101110 | 111001 | 111001 |
Color Harmonies of #52CFC3
Complementary color
Monochromatic Colors of #52CFC3
Black with #52CFC3
Text Example
Text Example
White with #52CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFC3; }
p { color: rgb(82,207,195); }
H1.HeaderClassName
{
color: #52CFC3;
}
.AnyTagClassName
{
color: #52CFC3;
}
</style>
background-color css
<style>
a { background-color: #52CFC3; }
a { background-color: rgb(82,207,195); }
div.DivClassName
{
background-color: #52CFC3;
}
.BgClassName
{
background-color: #52CFC3;
}
</style>
border-color css
<style>
span { border-color: #52CFC3; }
span { border-color: rgb(82,207,195); }
td.TdClassName
{
border-color: #52CFC3;
}
.TagClassName
{
border-color: #52CFC3;
}
</style>