Shades of Medium Turquoise #52CEBE
Tints of Medium Turquoise #52CEBE
RGB
CMYK
RGB Variations
Color information
#52CEBE (or 0x52CEBE) is known color: Medium Turquoise. HEX triplet: 52, CE and BE. RGB value is (82,206,190). Sum of RGB (Red+Green+Blue) = 82+206+190=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CEBE is #AD3141. Grayscale: #A7A7A7. Windows color (decimal): -11350338 or 12504658. OLE color: 12504658.
HSL color Cylindrical-coordinate representation of color #52CEBE: hue angle of 172.26º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEBE is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 190 | - |
| CMYK | 0.60 | 0 | 0.08 | 0.19 |
| HSL | 172.26º | 0.56% | 0.56% | - |
| HSV(B) | 172.26º | 0.6% | 0.81% | - |
| XYZ | 34.85 | 49.65 | 56.46 | - |
| YUV | 167.1 | 140.92 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 190 | 0.60 | 0 | 0.08 | 0.19 | 172.26 | 0.56 | 0.56 |
| Hex | 52 | CE | BE | 3C | 0 | 8 | 13 | AC | 38 | 38 |
| Octal | 122 | 316 | 276 | 74 | 0 | 10 | 23 | 254 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10111110 | 111100 | 0 | 1000 | 10011 | 10101100 | 111000 | 111000 |
Color Harmonies of #52CEBE
Complementary color
Monochromatic Colors of #52CEBE
Black with #52CEBE
Text Example
Text Example
White with #52CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEBE; }
p { color: rgb(82,206,190); }
H1.HeaderClassName
{
color: #52CEBE;
}
.AnyTagClassName
{
color: #52CEBE;
}
</style>
background-color css
<style>
a { background-color: #52CEBE; }
a { background-color: rgb(82,206,190); }
div.DivClassName
{
background-color: #52CEBE;
}
.BgClassName
{
background-color: #52CEBE;
}
</style>
border-color css
<style>
span { border-color: #52CEBE; }
span { border-color: rgb(82,206,190); }
td.TdClassName
{
border-color: #52CEBE;
}
.TagClassName
{
border-color: #52CEBE;
}
</style>