Shades of Turquoise #46DDC7
Tints of Turquoise #46DDC7
RGB
CMYK
RGB Variations
Color information
#46DDC7 (or 0x46DDC7) is known color: Turquoise. HEX triplet: 46, DD and C7. RGB value is (70,221,199). Sum of RGB (Red+Green+Blue) = 70+221+199=490 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.29% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDC7 is #B92238. Grayscale: #ADADAD. Windows color (decimal): -12132921 or 13098310. OLE color: 13098310.
HSL color Cylindrical-coordinate representation of color #46DDC7: hue angle of 171.26º 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 #46DDC7 is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 199 | - |
| CMYK | 0.68 | 0 | 0.10 | 0.13 |
| HSL | 171.26º | 0.69% | 0.57% | - |
| HSV(B) | 171.26º | 0.68% | 0.87% | - |
| XYZ | 38.69 | 57.14 | 63.02 | - |
| YUV | 173.34 | 142.47 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 199 | 0.68 | 0 | 0.10 | 0.13 | 171.26 | 0.69 | 0.57 |
| Hex | 46 | DD | C7 | 44 | 0 | A | D | AB | 45 | 39 |
| Octal | 106 | 335 | 307 | 104 | 0 | 12 | 15 | 253 | 105 | 71 |
| Binary | 1000110 | 11011101 | 11000111 | 1000100 | 0 | 1010 | 1101 | 10101011 | 1000101 | 111001 |
Color Harmonies of #46DDC7
Complementary color
Monochromatic Colors of #46DDC7
Black with #46DDC7
Text Example
Text Example
White with #46DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DDC7; }
p { color: rgb(70,221,199); }
H1.HeaderClassName
{
color: #46DDC7;
}
.AnyTagClassName
{
color: #46DDC7;
}
</style>
background-color css
<style>
a { background-color: #46DDC7; }
a { background-color: rgb(70,221,199); }
div.DivClassName
{
background-color: #46DDC7;
}
.BgClassName
{
background-color: #46DDC7;
}
</style>
border-color css
<style>
span { border-color: #46DDC7; }
span { border-color: rgb(70,221,199); }
td.TdClassName
{
border-color: #46DDC7;
}
.TagClassName
{
border-color: #46DDC7;
}
</style>