Shades of Turquoise #46DCB5
Tints of Turquoise #46DCB5
RGB
CMYK
RGB Variations
Color information
#46DCB5 (or 0x46DCB5) is known color: Turquoise. HEX triplet: 46, DC and B5. RGB value is (70,220,181). Sum of RGB (Red+Green+Blue) = 70+220+181=471 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.86% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #46DCB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DCB5 is #B9234A. Grayscale: #AAAAAA. Windows color (decimal): -12133195 or 11918406. OLE color: 11918406.
HSL color Cylindrical-coordinate representation of color #46DCB5: hue angle of 164.4º 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 #46DCB5 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 181 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.14 |
| HSL | 164.4º | 0.68% | 0.57% | - |
| HSV(B) | 164.4º | 0.68% | 0.86% | - |
| XYZ | 36.46 | 55.82 | 52.57 | - |
| YUV | 170.7 | 133.81 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 181 | 0.68 | 0 | 0.18 | 0.14 | 164.4 | 0.68 | 0.57 |
| Hex | 46 | DC | B5 | 44 | 0 | 12 | E | A4 | 44 | 39 |
| Octal | 106 | 334 | 265 | 104 | 0 | 22 | 16 | 244 | 104 | 71 |
| Binary | 1000110 | 11011100 | 10110101 | 1000100 | 0 | 10010 | 1110 | 10100100 | 1000100 | 111001 |
Color Harmonies of #46DCB5
Complementary color
Monochromatic Colors of #46DCB5
Black with #46DCB5
Text Example
Text Example
White with #46DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DCB5; }
p { color: rgb(70,220,181); }
H1.HeaderClassName
{
color: #46DCB5;
}
.AnyTagClassName
{
color: #46DCB5;
}
</style>
background-color css
<style>
a { background-color: #46DCB5; }
a { background-color: rgb(70,220,181); }
div.DivClassName
{
background-color: #46DCB5;
}
.BgClassName
{
background-color: #46DCB5;
}
</style>
border-color css
<style>
span { border-color: #46DCB5; }
span { border-color: rgb(70,220,181); }
td.TdClassName
{
border-color: #46DCB5;
}
.TagClassName
{
border-color: #46DCB5;
}
</style>