Shades of Turquoise #46DDB6
Tints of Turquoise #46DDB6
RGB
CMYK
RGB Variations
Color information
#46DDB6 (or 0x46DDB6) is known color: Turquoise. HEX triplet: 46, DD and B6. RGB value is (70,221,182). Sum of RGB (Red+Green+Blue) = 70+221+182=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDB6 is #B92249. Grayscale: #ABABAB. Windows color (decimal): -12132938 or 11984198. OLE color: 11984198.
HSL color Cylindrical-coordinate representation of color #46DDB6: hue angle of 164.5º 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 #46DDB6 is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 182 | - |
| CMYK | 0.68 | 0 | 0.18 | 0.13 |
| HSL | 164.5º | 0.69% | 0.57% | - |
| HSV(B) | 164.5º | 0.68% | 0.87% | - |
| XYZ | 36.83 | 56.39 | 53.2 | - |
| YUV | 171.41 | 133.97 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 182 | 0.68 | 0 | 0.18 | 0.13 | 164.5 | 0.69 | 0.57 |
| Hex | 46 | DD | B6 | 44 | 0 | 12 | D | A5 | 45 | 39 |
| Octal | 106 | 335 | 266 | 104 | 0 | 22 | 15 | 245 | 105 | 71 |
| Binary | 1000110 | 11011101 | 10110110 | 1000100 | 0 | 10010 | 1101 | 10100101 | 1000101 | 111001 |
Color Harmonies of #46DDB6
Complementary color
Monochromatic Colors of #46DDB6
Black with #46DDB6
Text Example
Text Example
White with #46DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DDB6; }
p { color: rgb(70,221,182); }
H1.HeaderClassName
{
color: #46DDB6;
}
.AnyTagClassName
{
color: #46DDB6;
}
</style>
background-color css
<style>
a { background-color: #46DDB6; }
a { background-color: rgb(70,221,182); }
div.DivClassName
{
background-color: #46DDB6;
}
.BgClassName
{
background-color: #46DDB6;
}
</style>
border-color css
<style>
span { border-color: #46DDB6; }
span { border-color: rgb(70,221,182); }
td.TdClassName
{
border-color: #46DDB6;
}
.TagClassName
{
border-color: #46DDB6;
}
</style>