Shades of Turquoise #46E9C1
Tints of Turquoise #46E9C1
RGB
CMYK
RGB Variations
Color information
#46E9C1 (or 0x46E9C1) is known color: Turquoise. HEX triplet: 46, E9 and C1. RGB value is (70,233,193). Sum of RGB (Red+Green+Blue) = 70+233+193=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #46E9C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46E9C1 is #B9163E. Grayscale: #B3B3B3. Windows color (decimal): -12129855 or 12708166. OLE color: 12708166.
HSL color Cylindrical-coordinate representation of color #46E9C1: hue angle of 165.28º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E9C1 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 233 | 193 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.09 |
| HSL | 165.28º | 0.79% | 0.59% | - |
| HSV(B) | 165.28º | 0.7% | 0.91% | - |
| XYZ | 41.29 | 63.43 | 60.52 | - |
| YUV | 179.7 | 135.5 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 233 | 193 | 0.70 | 0 | 0.17 | 0.09 | 165.28 | 0.79 | 0.59 |
| Hex | 46 | E9 | C1 | 46 | 0 | 11 | 9 | A5 | 4F | 3B |
| Octal | 106 | 351 | 301 | 106 | 0 | 21 | 11 | 245 | 117 | 73 |
| Binary | 1000110 | 11101001 | 11000001 | 1000110 | 0 | 10001 | 1001 | 10100101 | 1001111 | 111011 |
Color Harmonies of #46E9C1
Complementary color
Monochromatic Colors of #46E9C1
Black with #46E9C1
Text Example
Text Example
White with #46E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E9C1; }
p { color: rgb(70,233,193); }
H1.HeaderClassName
{
color: #46E9C1;
}
.AnyTagClassName
{
color: #46E9C1;
}
</style>
background-color css
<style>
a { background-color: #46E9C1; }
a { background-color: rgb(70,233,193); }
div.DivClassName
{
background-color: #46E9C1;
}
.BgClassName
{
background-color: #46E9C1;
}
</style>
border-color css
<style>
span { border-color: #46E9C1; }
span { border-color: rgb(70,233,193); }
td.TdClassName
{
border-color: #46E9C1;
}
.TagClassName
{
border-color: #46E9C1;
}
</style>