Shades of Turquoise #46EDB8
Tints of Turquoise #46EDB8
RGB
CMYK
RGB Variations
Color information
#46EDB8 (or 0x46EDB8) is known color: Turquoise. HEX triplet: 46, ED and B8. RGB value is (70,237,184). Sum of RGB (Red+Green+Blue) = 70+237+184=491 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.26% from 491); Green value is 237 (92.97% from 255 or 48.27% from 491); Blue value is 184 (72.27% from 255 or 37.47% from 491); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EDB8 is #B91247. Grayscale: #B5B5B5. Windows color (decimal): -12128840 or 12119366. OLE color: 12119366.
HSL color Cylindrical-coordinate representation of color #46EDB8: hue angle of 160.96º 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 #46EDB8 is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 184 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.07 |
| HSL | 160.96º | 0.82% | 0.6% | - |
| HSV(B) | 160.96º | 0.7% | 0.93% | - |
| XYZ | 41.46 | 65.33 | 55.77 | - |
| YUV | 181.03 | 129.67 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 184 | 0.70 | 0 | 0.22 | 0.07 | 160.96 | 0.82 | 0.6 |
| Hex | 46 | ED | B8 | 46 | 0 | 16 | 7 | A1 | 52 | 3C |
| Octal | 106 | 355 | 270 | 106 | 0 | 26 | 7 | 241 | 122 | 74 |
| Binary | 1000110 | 11101101 | 10111000 | 1000110 | 0 | 10110 | 111 | 10100001 | 1010010 | 111100 |
Color Harmonies of #46EDB8
Complementary color
Monochromatic Colors of #46EDB8
Black with #46EDB8
Text Example
Text Example
White with #46EDB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EDB8; }
p { color: rgb(70,237,184); }
H1.HeaderClassName
{
color: #46EDB8;
}
.AnyTagClassName
{
color: #46EDB8;
}
</style>
background-color css
<style>
a { background-color: #46EDB8; }
a { background-color: rgb(70,237,184); }
div.DivClassName
{
background-color: #46EDB8;
}
.BgClassName
{
background-color: #46EDB8;
}
</style>
border-color css
<style>
span { border-color: #46EDB8; }
span { border-color: rgb(70,237,184); }
td.TdClassName
{
border-color: #46EDB8;
}
.TagClassName
{
border-color: #46EDB8;
}
</style>