Shades of Turquoise #46DDDC
Tints of Turquoise #46DDDC
RGB
CMYK
RGB Variations
Color information
#46DDDC (or 0x46DDDC) is known color: Turquoise. HEX triplet: 46, DD and DC. RGB value is (70,221,220). Sum of RGB (Red+Green+Blue) = 70+221+220=511 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.70% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #46DDDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DDDC is #B92223. Grayscale: #AFAFAF. Windows color (decimal): -12132900 or 14474566. OLE color: 14474566.
HSL color Cylindrical-coordinate representation of color #46DDDC: hue angle of 179.6º 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 #46DDDC is Cyan = 0.68, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 220 | - |
| CMYK | 0.68 | 0 | 0.00 | 0.13 |
| HSL | 179.6º | 0.69% | 0.57% | - |
| HSV(B) | 179.6º | 0.68% | 0.87% | - |
| XYZ | 41.3 | 58.18 | 76.76 | - |
| YUV | 175.74 | 152.97 | 52.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 220 | 0.68 | 0 | 0.00 | 0.13 | 179.6 | 0.69 | 0.57 |
| Hex | 46 | DD | DC | 44 | 0 | 0 | D | B4 | 45 | 39 |
| Octal | 106 | 335 | 334 | 104 | 0 | 0 | 15 | 264 | 105 | 71 |
| Binary | 1000110 | 11011101 | 11011100 | 1000100 | 0 | 0 | 1101 | 10110100 | 1000101 | 111001 |
Color Harmonies of #46DDDC
Complementary color
Monochromatic Colors of #46DDDC
Black with #46DDDC
Text Example
Text Example
White with #46DDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DDDC; }
p { color: rgb(70,221,220); }
H1.HeaderClassName
{
color: #46DDDC;
}
.AnyTagClassName
{
color: #46DDDC;
}
</style>
background-color css
<style>
a { background-color: #46DDDC; }
a { background-color: rgb(70,221,220); }
div.DivClassName
{
background-color: #46DDDC;
}
.BgClassName
{
background-color: #46DDDC;
}
</style>
border-color css
<style>
span { border-color: #46DDDC; }
span { border-color: rgb(70,221,220); }
td.TdClassName
{
border-color: #46DDDC;
}
.TagClassName
{
border-color: #46DDDC;
}
</style>