Shades of Turquoise #46EDB0
Tints of Turquoise #46EDB0
RGB
CMYK
RGB Variations
Color information
#46EDB0 (or 0x46EDB0) is known color: Turquoise. HEX triplet: 46, ED and B0. RGB value is (70,237,176). Sum of RGB (Red+Green+Blue) = 70+237+176=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EDB0 is #B9124F. Grayscale: #B4B4B4. Windows color (decimal): -12128848 or 11595078. OLE color: 11595078.
HSL color Cylindrical-coordinate representation of color #46EDB0: hue angle of 158.08º degrees, saturation: 0.82, 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 #46EDB0 is Cyan = 0.70, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 176 | - |
| CMYK | 0.70 | 0 | 0.26 | 0.07 |
| HSL | 158.08º | 0.82% | 0.6% | - |
| HSV(B) | 158.08º | 0.7% | 0.93% | - |
| XYZ | 40.65 | 65.01 | 51.48 | - |
| YUV | 180.11 | 125.67 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 176 | 0.70 | 0 | 0.26 | 0.07 | 158.08 | 0.82 | 0.6 |
| Hex | 46 | ED | B0 | 46 | 0 | 1A | 7 | 9E | 52 | 3C |
| Octal | 106 | 355 | 260 | 106 | 0 | 32 | 7 | 236 | 122 | 74 |
| Binary | 1000110 | 11101101 | 10110000 | 1000110 | 0 | 11010 | 111 | 10011110 | 1010010 | 111100 |
Color Harmonies of #46EDB0
Complementary color
Monochromatic Colors of #46EDB0
Black with #46EDB0
Text Example
Text Example
White with #46EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EDB0; }
p { color: rgb(70,237,176); }
H1.HeaderClassName
{
color: #46EDB0;
}
.AnyTagClassName
{
color: #46EDB0;
}
</style>
background-color css
<style>
a { background-color: #46EDB0; }
a { background-color: rgb(70,237,176); }
div.DivClassName
{
background-color: #46EDB0;
}
.BgClassName
{
background-color: #46EDB0;
}
</style>
border-color css
<style>
span { border-color: #46EDB0; }
span { border-color: rgb(70,237,176); }
td.TdClassName
{
border-color: #46EDB0;
}
.TagClassName
{
border-color: #46EDB0;
}
</style>