Shades of Turquoise #46ECC9
Tints of Turquoise #46ECC9
RGB
CMYK
RGB Variations
Color information
#46ECC9 (or 0x46ECC9) is known color: Turquoise. HEX triplet: 46, EC and C9. RGB value is (70,236,201). Sum of RGB (Red+Green+Blue) = 70+236+201=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #46ECC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46ECC9 is #B91336. Grayscale: #B6B6B6. Windows color (decimal): -12129079 or 13233222. OLE color: 13233222.
HSL color Cylindrical-coordinate representation of color #46ECC9: hue angle of 167.35º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECC9 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 236 | 201 | - |
| CMYK | 0.70 | 0 | 0.15 | 0.07 |
| HSL | 167.35º | 0.81% | 0.6% | - |
| HSV(B) | 167.35º | 0.7% | 0.93% | - |
| XYZ | 43.06 | 65.51 | 65.63 | - |
| YUV | 182.38 | 138.5 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 236 | 201 | 0.70 | 0 | 0.15 | 0.07 | 167.35 | 0.81 | 0.6 |
| Hex | 46 | EC | C9 | 46 | 0 | F | 7 | A7 | 51 | 3C |
| Octal | 106 | 354 | 311 | 106 | 0 | 17 | 7 | 247 | 121 | 74 |
| Binary | 1000110 | 11101100 | 11001001 | 1000110 | 0 | 1111 | 111 | 10100111 | 1010001 | 111100 |
Color Harmonies of #46ECC9
Complementary color
Monochromatic Colors of #46ECC9
Black with #46ECC9
Text Example
Text Example
White with #46ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46ECC9; }
p { color: rgb(70,236,201); }
H1.HeaderClassName
{
color: #46ECC9;
}
.AnyTagClassName
{
color: #46ECC9;
}
</style>
background-color css
<style>
a { background-color: #46ECC9; }
a { background-color: rgb(70,236,201); }
div.DivClassName
{
background-color: #46ECC9;
}
.BgClassName
{
background-color: #46ECC9;
}
</style>
border-color css
<style>
span { border-color: #46ECC9; }
span { border-color: rgb(70,236,201); }
td.TdClassName
{
border-color: #46ECC9;
}
.TagClassName
{
border-color: #46ECC9;
}
</style>