Shades of Turquoise #46DDBF
Tints of Turquoise #46DDBF
RGB
CMYK
RGB Variations
Color information
#46DDBF (or 0x46DDBF) is known color: Turquoise. HEX triplet: 46, DD and BF. RGB value is (70,221,191). Sum of RGB (Red+Green+Blue) = 70+221+191=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDBF is #B92240. Grayscale: #ACACAC. Windows color (decimal): -12132929 or 12574022. OLE color: 12574022.
HSL color Cylindrical-coordinate representation of color #46DDBF: hue angle of 168.08º degrees, saturation: 0.69, 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 #46DDBF is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 191 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.13 |
| HSL | 168.08º | 0.69% | 0.57% | - |
| HSV(B) | 168.08º | 0.68% | 0.87% | - |
| XYZ | 37.79 | 56.78 | 58.26 | - |
| YUV | 172.43 | 138.47 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 191 | 0.68 | 0 | 0.14 | 0.13 | 168.08 | 0.69 | 0.57 |
| Hex | 46 | DD | BF | 44 | 0 | E | D | A8 | 45 | 39 |
| Octal | 106 | 335 | 277 | 104 | 0 | 16 | 15 | 250 | 105 | 71 |
| Binary | 1000110 | 11011101 | 10111111 | 1000100 | 0 | 1110 | 1101 | 10101000 | 1000101 | 111001 |
Color Harmonies of #46DDBF
Complementary color
Monochromatic Colors of #46DDBF
Black with #46DDBF
Text Example
Text Example
White with #46DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DDBF; }
p { color: rgb(70,221,191); }
H1.HeaderClassName
{
color: #46DDBF;
}
.AnyTagClassName
{
color: #46DDBF;
}
</style>
background-color css
<style>
a { background-color: #46DDBF; }
a { background-color: rgb(70,221,191); }
div.DivClassName
{
background-color: #46DDBF;
}
.BgClassName
{
background-color: #46DDBF;
}
</style>
border-color css
<style>
span { border-color: #46DDBF; }
span { border-color: rgb(70,221,191); }
td.TdClassName
{
border-color: #46DDBF;
}
.TagClassName
{
border-color: #46DDBF;
}
</style>