Shades of Turquoise #46DDCD
Tints of Turquoise #46DDCD
RGB
CMYK
RGB Variations
Color information
#46DDCD (or 0x46DDCD) is known color: Turquoise. HEX triplet: 46, DD and CD. RGB value is (70,221,205). Sum of RGB (Red+Green+Blue) = 70+221+205=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 221 (86.72% from 255 or 44.56% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDCD is #B92232. Grayscale: #ADADAD. Windows color (decimal): -12132915 or 13491526. OLE color: 13491526.
HSL color Cylindrical-coordinate representation of color #46DDCD: hue angle of 173.64º 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 #46DDCD is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 205 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.13 |
| HSL | 173.64º | 0.69% | 0.57% | - |
| HSV(B) | 173.64º | 0.68% | 0.87% | - |
| XYZ | 39.4 | 57.42 | 66.76 | - |
| YUV | 174.03 | 145.47 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 205 | 0.68 | 0 | 0.07 | 0.13 | 173.64 | 0.69 | 0.57 |
| Hex | 46 | DD | CD | 44 | 0 | 7 | D | AE | 45 | 39 |
| Octal | 106 | 335 | 315 | 104 | 0 | 7 | 15 | 256 | 105 | 71 |
| Binary | 1000110 | 11011101 | 11001101 | 1000100 | 0 | 111 | 1101 | 10101110 | 1000101 | 111001 |
Color Harmonies of #46DDCD
Complementary color
Monochromatic Colors of #46DDCD
Black with #46DDCD
Text Example
Text Example
White with #46DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DDCD; }
p { color: rgb(70,221,205); }
H1.HeaderClassName
{
color: #46DDCD;
}
.AnyTagClassName
{
color: #46DDCD;
}
</style>
background-color css
<style>
a { background-color: #46DDCD; }
a { background-color: rgb(70,221,205); }
div.DivClassName
{
background-color: #46DDCD;
}
.BgClassName
{
background-color: #46DDCD;
}
</style>
border-color css
<style>
span { border-color: #46DDCD; }
span { border-color: rgb(70,221,205); }
td.TdClassName
{
border-color: #46DDCD;
}
.TagClassName
{
border-color: #46DDCD;
}
</style>