Shades of Turquoise #52ECBC
Tints of Turquoise #52ECBC
RGB
CMYK
RGB Variations
Color information
#52ECBC (or 0x52ECBC) is known color: Turquoise. HEX triplet: 52, EC and BC. RGB value is (82,236,188). Sum of RGB (Red+Green+Blue) = 82+236+188=506 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.21% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #52ECBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52ECBC is #AD1343. Grayscale: #B8B8B8. Windows color (decimal): -11342660 or 12381266. OLE color: 12381266.
HSL color Cylindrical-coordinate representation of color #52ECBC: hue angle of 161.3º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52ECBC is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 188 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.07 |
| HSL | 161.3º | 0.8% | 0.62% | - |
| HSV(B) | 161.3º | 0.65% | 0.93% | - |
| XYZ | 42.55 | 65.42 | 57.96 | - |
| YUV | 184.48 | 129.98 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 188 | 0.65 | 0 | 0.20 | 0.07 | 161.3 | 0.8 | 0.62 |
| Hex | 52 | EC | BC | 41 | 0 | 14 | 7 | A1 | 50 | 3E |
| Octal | 122 | 354 | 274 | 101 | 0 | 24 | 7 | 241 | 120 | 76 |
| Binary | 1010010 | 11101100 | 10111100 | 1000001 | 0 | 10100 | 111 | 10100001 | 1010000 | 111110 |
Color Harmonies of #52ECBC
Complementary color
Monochromatic Colors of #52ECBC
Black with #52ECBC
Text Example
Text Example
White with #52ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ECBC; }
p { color: rgb(82,236,188); }
H1.HeaderClassName
{
color: #52ECBC;
}
.AnyTagClassName
{
color: #52ECBC;
}
</style>
background-color css
<style>
a { background-color: #52ECBC; }
a { background-color: rgb(82,236,188); }
div.DivClassName
{
background-color: #52ECBC;
}
.BgClassName
{
background-color: #52ECBC;
}
</style>
border-color css
<style>
span { border-color: #52ECBC; }
span { border-color: rgb(82,236,188); }
td.TdClassName
{
border-color: #52ECBC;
}
.TagClassName
{
border-color: #52ECBC;
}
</style>