Shades of Turquoise #46DCB7
Tints of Turquoise #46DCB7
RGB
CMYK
RGB Variations
Color information
#46DCB7 (or 0x46DCB7) is known color: Turquoise. HEX triplet: 46, DC and B7. RGB value is (70,220,183). Sum of RGB (Red+Green+Blue) = 70+220+183=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #46DCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DCB7 is #B92348. Grayscale: #AAAAAA. Windows color (decimal): -12133193 or 12049478. OLE color: 12049478.
HSL color Cylindrical-coordinate representation of color #46DCB7: hue angle of 165.2º 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 #46DCB7 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 183 | - |
| CMYK | 0.68 | 0 | 0.17 | 0.14 |
| HSL | 165.2º | 0.68% | 0.57% | - |
| HSV(B) | 165.2º | 0.68% | 0.86% | - |
| XYZ | 36.67 | 55.91 | 53.66 | - |
| YUV | 170.93 | 134.81 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 183 | 0.68 | 0 | 0.17 | 0.14 | 165.2 | 0.68 | 0.57 |
| Hex | 46 | DC | B7 | 44 | 0 | 11 | E | A5 | 44 | 39 |
| Octal | 106 | 334 | 267 | 104 | 0 | 21 | 16 | 245 | 104 | 71 |
| Binary | 1000110 | 11011100 | 10110111 | 1000100 | 0 | 10001 | 1110 | 10100101 | 1000100 | 111001 |
Color Harmonies of #46DCB7
Complementary color
Monochromatic Colors of #46DCB7
Black with #46DCB7
Text Example
Text Example
White with #46DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCB7; }
p { color: rgb(70,220,183); }
H1.HeaderClassName
{
color: #46DCB7;
}
.AnyTagClassName
{
color: #46DCB7;
}
</style>
background-color css
<style>
a { background-color: #46DCB7; }
a { background-color: rgb(70,220,183); }
div.DivClassName
{
background-color: #46DCB7;
}
.BgClassName
{
background-color: #46DCB7;
}
</style>
border-color css
<style>
span { border-color: #46DCB7; }
span { border-color: rgb(70,220,183); }
td.TdClassName
{
border-color: #46DCB7;
}
.TagClassName
{
border-color: #46DCB7;
}
</style>