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