Shades of Turquoise #46DCBE
Tints of Turquoise #46DCBE
RGB
CMYK
RGB Variations
Color information
#46DCBE (or 0x46DCBE) is known color: Turquoise. HEX triplet: 46, DC and BE. RGB value is (70,220,190). Sum of RGB (Red+Green+Blue) = 70+220+190=480 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.58% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #46DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DCBE is #B92341. Grayscale: #ABABAB. Windows color (decimal): -12133186 or 12508230. OLE color: 12508230.
HSL color Cylindrical-coordinate representation of color #46DCBE: hue angle of 168º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DCBE is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 190 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.14 |
| HSL | 168º | 0.68% | 0.57% | - |
| HSV(B) | 168º | 0.68% | 0.86% | - |
| XYZ | 37.41 | 56.21 | 57.59 | - |
| YUV | 171.73 | 138.31 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 190 | 0.68 | 0 | 0.14 | 0.14 | 168 | 0.68 | 0.57 |
| Hex | 46 | DC | BE | 44 | 0 | E | E | A8 | 44 | 39 |
| Octal | 106 | 334 | 276 | 104 | 0 | 16 | 16 | 250 | 104 | 71 |
| Binary | 1000110 | 11011100 | 10111110 | 1000100 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111001 |
Color Harmonies of #46DCBE
Complementary color
Monochromatic Colors of #46DCBE
Black with #46DCBE
Text Example
Text Example
White with #46DCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCBE; }
p { color: rgb(70,220,190); }
H1.HeaderClassName
{
color: #46DCBE;
}
.AnyTagClassName
{
color: #46DCBE;
}
</style>
background-color css
<style>
a { background-color: #46DCBE; }
a { background-color: rgb(70,220,190); }
div.DivClassName
{
background-color: #46DCBE;
}
.BgClassName
{
background-color: #46DCBE;
}
</style>
border-color css
<style>
span { border-color: #46DCBE; }
span { border-color: rgb(70,220,190); }
td.TdClassName
{
border-color: #46DCBE;
}
.TagClassName
{
border-color: #46DCBE;
}
</style>