Shades of Turquoise #46F2E0
Tints of Turquoise #46F2E0
RGB
CMYK
RGB Variations
Color information
#46F2E0 (or 0x46F2E0) is known color: Turquoise. HEX triplet: 46, F2 and E0. RGB value is (70,242,224). Sum of RGB (Red+Green+Blue) = 70+242+224=536 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.06% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #46F2E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F2E0 is #B90D1F. Grayscale: #BCBCBC. Windows color (decimal): -12127520 or 14742086. OLE color: 14742086.
HSL color Cylindrical-coordinate representation of color #46F2E0: hue angle of 173.72º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F2E0 is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 242 | 224 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.05 |
| HSL | 173.72º | 0.87% | 0.61% | - |
| HSV(B) | 173.72º | 0.71% | 0.95% | - |
| XYZ | 47.73 | 70.19 | 81.55 | - |
| YUV | 188.52 | 148.02 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 242 | 224 | 0.71 | 0 | 0.07 | 0.05 | 173.72 | 0.87 | 0.61 |
| Hex | 46 | F2 | E0 | 47 | 0 | 7 | 5 | AE | 57 | 3D |
| Octal | 106 | 362 | 340 | 107 | 0 | 7 | 5 | 256 | 127 | 75 |
| Binary | 1000110 | 11110010 | 11100000 | 1000111 | 0 | 111 | 101 | 10101110 | 1010111 | 111101 |
Color Harmonies of #46F2E0
Complementary color
Monochromatic Colors of #46F2E0
Black with #46F2E0
Text Example
Text Example
White with #46F2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F2E0; }
p { color: rgb(70,242,224); }
H1.HeaderClassName
{
color: #46F2E0;
}
.AnyTagClassName
{
color: #46F2E0;
}
</style>
background-color css
<style>
a { background-color: #46F2E0; }
a { background-color: rgb(70,242,224); }
div.DivClassName
{
background-color: #46F2E0;
}
.BgClassName
{
background-color: #46F2E0;
}
</style>
border-color css
<style>
span { border-color: #46F2E0; }
span { border-color: rgb(70,242,224); }
td.TdClassName
{
border-color: #46F2E0;
}
.TagClassName
{
border-color: #46F2E0;
}
</style>