Shades of Turquoise #46E2EA
Tints of Turquoise #46E2EA
RGB
CMYK
RGB Variations
Color information
#46E2EA (or 0x46E2EA) is known color: Turquoise. HEX triplet: 46, E2 and EA. RGB value is (70,226,234). Sum of RGB (Red+Green+Blue) = 70+226+234=530 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.21% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 234 (91.80% from 255 or 44.15% from 530); Max value from RGB is 234 - color contains mainly: blue. Hex color #46E2EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46E2EA is #B91D15. Grayscale: #B4B4B4. Windows color (decimal): -12131606 or 15393350. OLE color: 15393350.
HSL color Cylindrical-coordinate representation of color #46E2EA: hue angle of 182.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E2EA is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 226 | 234 | - |
| CMYK | 0.70 | 0.03 | 0 | 0.08 |
| HSL | 182.93º | 0.8% | 0.6% | - |
| HSV(B) | 182.93º | 0.7% | 0.92% | - |
| XYZ | 44.57 | 61.64 | 87.39 | - |
| YUV | 180.27 | 158.32 | 49.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 234 | 0.70 | 0.03 | 0 | 0.08 | 182.93 | 0.8 | 0.6 |
| Hex | 46 | E2 | EA | 46 | 3 | 0 | 8 | B7 | 50 | 3C |
| Octal | 106 | 342 | 352 | 106 | 3 | 0 | 10 | 267 | 120 | 74 |
| Binary | 1000110 | 11100010 | 11101010 | 1000110 | 11 | 0 | 1000 | 10110111 | 1010000 | 111100 |
Color Harmonies of #46E2EA
Complementary color
Monochromatic Colors of #46E2EA
Black with #46E2EA
Text Example
Text Example
White with #46E2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E2EA; }
p { color: rgb(70,226,234); }
H1.HeaderClassName
{
color: #46E2EA;
}
.AnyTagClassName
{
color: #46E2EA;
}
</style>
background-color css
<style>
a { background-color: #46E2EA; }
a { background-color: rgb(70,226,234); }
div.DivClassName
{
background-color: #46E2EA;
}
.BgClassName
{
background-color: #46E2EA;
}
</style>
border-color css
<style>
span { border-color: #46E2EA; }
span { border-color: rgb(70,226,234); }
td.TdClassName
{
border-color: #46E2EA;
}
.TagClassName
{
border-color: #46E2EA;
}
</style>