Shades of Turquoise #46EDB7
Tints of Turquoise #46EDB7
RGB
CMYK
RGB Variations
Color information
#46EDB7 (or 0x46EDB7) is known color: Turquoise. HEX triplet: 46, ED and B7. RGB value is (70,237,183). Sum of RGB (Red+Green+Blue) = 70+237+183=490 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.29% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 237 - color contains mainly: green. Hex color #46EDB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46EDB7 is #B91248. Grayscale: #B4B4B4. Windows color (decimal): -12128841 or 12053830. OLE color: 12053830.
HSL color Cylindrical-coordinate representation of color #46EDB7: hue angle of 160.6º 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 #46EDB7 is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 237 | 183 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.07 |
| HSL | 160.6º | 0.82% | 0.6% | - |
| HSV(B) | 160.6º | 0.7% | 0.93% | - |
| XYZ | 41.36 | 65.29 | 55.22 | - |
| YUV | 180.91 | 129.17 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 237 | 183 | 0.70 | 0 | 0.23 | 0.07 | 160.6 | 0.82 | 0.6 |
| Hex | 46 | ED | B7 | 46 | 0 | 17 | 7 | A1 | 52 | 3C |
| Octal | 106 | 355 | 267 | 106 | 0 | 27 | 7 | 241 | 122 | 74 |
| Binary | 1000110 | 11101101 | 10110111 | 1000110 | 0 | 10111 | 111 | 10100001 | 1010010 | 111100 |
Color Harmonies of #46EDB7
Complementary color
Monochromatic Colors of #46EDB7
Black with #46EDB7
Text Example
Text Example
White with #46EDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EDB7; }
p { color: rgb(70,237,183); }
H1.HeaderClassName
{
color: #46EDB7;
}
.AnyTagClassName
{
color: #46EDB7;
}
</style>
background-color css
<style>
a { background-color: #46EDB7; }
a { background-color: rgb(70,237,183); }
div.DivClassName
{
background-color: #46EDB7;
}
.BgClassName
{
background-color: #46EDB7;
}
</style>
border-color css
<style>
span { border-color: #46EDB7; }
span { border-color: rgb(70,237,183); }
td.TdClassName
{
border-color: #46EDB7;
}
.TagClassName
{
border-color: #46EDB7;
}
</style>