Shades of Medium Turquoise #52C4CB
Tints of Medium Turquoise #52C4CB
RGB
CMYK
RGB Variations
Color information
#52C4CB (or 0x52C4CB) is known color: Medium Turquoise. HEX triplet: 52, C4 and CB. RGB value is (82,196,203). Sum of RGB (Red+Green+Blue) = 82+196+203=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 196 (76.95% from 255 or 40.75% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #52C4CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C4CB is #AD3B34. Grayscale: #A2A2A2. Windows color (decimal): -11352885 or 13354066. OLE color: 13354066.
HSL color Cylindrical-coordinate representation of color #52C4CB: hue angle of 183.47º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C4CB is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 196 | 203 | - |
| CMYK | 0.60 | 0.03 | 0 | 0.20 |
| HSL | 183.47º | 0.54% | 0.56% | - |
| HSV(B) | 183.47º | 0.6% | 0.8% | - |
| XYZ | 34 | 45.59 | 63.51 | - |
| YUV | 162.71 | 150.73 | 70.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 196 | 203 | 0.60 | 0.03 | 0 | 0.20 | 183.47 | 0.54 | 0.56 |
| Hex | 52 | C4 | CB | 3C | 3 | 0 | 14 | B7 | 36 | 38 |
| Octal | 122 | 304 | 313 | 74 | 3 | 0 | 24 | 267 | 66 | 70 |
| Binary | 1010010 | 11000100 | 11001011 | 111100 | 11 | 0 | 10100 | 10110111 | 110110 | 111000 |
Color Harmonies of #52C4CB
Complementary color
Monochromatic Colors of #52C4CB
Black with #52C4CB
Text Example
Text Example
White with #52C4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C4CB; }
p { color: rgb(82,196,203); }
H1.HeaderClassName
{
color: #52C4CB;
}
.AnyTagClassName
{
color: #52C4CB;
}
</style>
background-color css
<style>
a { background-color: #52C4CB; }
a { background-color: rgb(82,196,203); }
div.DivClassName
{
background-color: #52C4CB;
}
.BgClassName
{
background-color: #52C4CB;
}
</style>
border-color css
<style>
span { border-color: #52C4CB; }
span { border-color: rgb(82,196,203); }
td.TdClassName
{
border-color: #52C4CB;
}
.TagClassName
{
border-color: #52C4CB;
}
</style>