Shades of Turquoise #46DEDC
Tints of Turquoise #46DEDC
RGB
CMYK
RGB Variations
Color information
#46DEDC (or 0x46DEDC) is known color: Turquoise. HEX triplet: 46, DE and DC. RGB value is (70,222,220). Sum of RGB (Red+Green+Blue) = 70+222+220=512 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.67% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #46DEDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DEDC is #B92123. Grayscale: #B0B0B0. Windows color (decimal): -12132644 or 14474822. OLE color: 14474822.
HSL color Cylindrical-coordinate representation of color #46DEDC: hue angle of 179.21º degrees, saturation: 0.7, 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 #46DEDC is Cyan = 0.68, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 220 | - |
| CMYK | 0.68 | 0 | 0.01 | 0.13 |
| HSL | 179.21º | 0.7% | 0.57% | - |
| HSV(B) | 179.21º | 0.68% | 0.87% | - |
| XYZ | 41.57 | 58.71 | 76.85 | - |
| YUV | 176.32 | 152.64 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 220 | 0.68 | 0 | 0.01 | 0.13 | 179.21 | 0.7 | 0.57 |
| Hex | 46 | DE | DC | 44 | 0 | 1 | D | B3 | 46 | 39 |
| Octal | 106 | 336 | 334 | 104 | 0 | 1 | 15 | 263 | 106 | 71 |
| Binary | 1000110 | 11011110 | 11011100 | 1000100 | 0 | 1 | 1101 | 10110011 | 1000110 | 111001 |
Color Harmonies of #46DEDC
Complementary color
Monochromatic Colors of #46DEDC
Black with #46DEDC
Text Example
Text Example
White with #46DEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DEDC; }
p { color: rgb(70,222,220); }
H1.HeaderClassName
{
color: #46DEDC;
}
.AnyTagClassName
{
color: #46DEDC;
}
</style>
background-color css
<style>
a { background-color: #46DEDC; }
a { background-color: rgb(70,222,220); }
div.DivClassName
{
background-color: #46DEDC;
}
.BgClassName
{
background-color: #46DEDC;
}
</style>
border-color css
<style>
span { border-color: #46DEDC; }
span { border-color: rgb(70,222,220); }
td.TdClassName
{
border-color: #46DEDC;
}
.TagClassName
{
border-color: #46DEDC;
}
</style>