Shades of Medium Turquoise #52C8BE
Tints of Medium Turquoise #52C8BE
RGB
CMYK
RGB Variations
Color information
#52C8BE (or 0x52C8BE) is known color: Medium Turquoise. HEX triplet: 52, C8 and BE. RGB value is (82,200,190). Sum of RGB (Red+Green+Blue) = 82+200+190=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C8BE is #AD3741. Grayscale: #A3A3A3. Windows color (decimal): -11351874 or 12503122. OLE color: 12503122.
HSL color Cylindrical-coordinate representation of color #52C8BE: hue angle of 174.92º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C8BE is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 190 | - |
| CMYK | 0.59 | 0 | 0.05 | 0.22 |
| HSL | 174.92º | 0.52% | 0.55% | - |
| HSV(B) | 174.92º | 0.59% | 0.78% | - |
| XYZ | 33.43 | 46.82 | 55.99 | - |
| YUV | 163.58 | 142.91 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 190 | 0.59 | 0 | 0.05 | 0.22 | 174.92 | 0.52 | 0.55 |
| Hex | 52 | C8 | BE | 3B | 0 | 5 | 16 | AF | 34 | 37 |
| Octal | 122 | 310 | 276 | 73 | 0 | 5 | 26 | 257 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10111110 | 111011 | 0 | 101 | 10110 | 10101111 | 110100 | 110111 |
Color Harmonies of #52C8BE
Complementary color
Monochromatic Colors of #52C8BE
Black with #52C8BE
Text Example
Text Example
White with #52C8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8BE; }
p { color: rgb(82,200,190); }
H1.HeaderClassName
{
color: #52C8BE;
}
.AnyTagClassName
{
color: #52C8BE;
}
</style>
background-color css
<style>
a { background-color: #52C8BE; }
a { background-color: rgb(82,200,190); }
div.DivClassName
{
background-color: #52C8BE;
}
.BgClassName
{
background-color: #52C8BE;
}
</style>
border-color css
<style>
span { border-color: #52C8BE; }
span { border-color: rgb(82,200,190); }
td.TdClassName
{
border-color: #52C8BE;
}
.TagClassName
{
border-color: #52C8BE;
}
</style>