Shades of Turquoise #46DEBE
Tints of Turquoise #46DEBE
RGB
CMYK
RGB Variations
Color information
#46DEBE (or 0x46DEBE) is known color: Turquoise. HEX triplet: 46, DE and BE. RGB value is (70,222,190). Sum of RGB (Red+Green+Blue) = 70+222+190=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 222 - color contains mainly: green. Hex color #46DEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DEBE is #B92141. Grayscale: #ACACAC. Windows color (decimal): -12132674 or 12508742. OLE color: 12508742.
HSL color Cylindrical-coordinate representation of color #46DEBE: hue angle of 167.37º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DEBE is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 190 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.13 |
| HSL | 167.37º | 0.7% | 0.57% | - |
| HSV(B) | 167.37º | 0.68% | 0.87% | - |
| XYZ | 37.94 | 57.26 | 57.77 | - |
| YUV | 172.9 | 137.64 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 190 | 0.68 | 0 | 0.14 | 0.13 | 167.37 | 0.7 | 0.57 |
| Hex | 46 | DE | BE | 44 | 0 | E | D | A7 | 46 | 39 |
| Octal | 106 | 336 | 276 | 104 | 0 | 16 | 15 | 247 | 106 | 71 |
| Binary | 1000110 | 11011110 | 10111110 | 1000100 | 0 | 1110 | 1101 | 10100111 | 1000110 | 111001 |
Color Harmonies of #46DEBE
Complementary color
Monochromatic Colors of #46DEBE
Black with #46DEBE
Text Example
Text Example
White with #46DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DEBE; }
p { color: rgb(70,222,190); }
H1.HeaderClassName
{
color: #46DEBE;
}
.AnyTagClassName
{
color: #46DEBE;
}
</style>
background-color css
<style>
a { background-color: #46DEBE; }
a { background-color: rgb(70,222,190); }
div.DivClassName
{
background-color: #46DEBE;
}
.BgClassName
{
background-color: #46DEBE;
}
</style>
border-color css
<style>
span { border-color: #46DEBE; }
span { border-color: rgb(70,222,190); }
td.TdClassName
{
border-color: #46DEBE;
}
.TagClassName
{
border-color: #46DEBE;
}
</style>