Shades of Turquoise #46DECE
Tints of Turquoise #46DECE
RGB
CMYK
RGB Variations
Color information
#46DECE (or 0x46DECE) is known color: Turquoise. HEX triplet: 46, DE and CE. RGB value is (70,222,206). Sum of RGB (Red+Green+Blue) = 70+222+206=498 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.06% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #46DECE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DECE is #B92131. Grayscale: #AEAEAE. Windows color (decimal): -12132658 or 13557318. OLE color: 13557318.
HSL color Cylindrical-coordinate representation of color #46DECE: hue angle of 173.68º 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 #46DECE is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 206 | - |
| CMYK | 0.68 | 0 | 0.07 | 0.13 |
| HSL | 173.68º | 0.7% | 0.57% | - |
| HSV(B) | 173.68º | 0.68% | 0.87% | - |
| XYZ | 39.79 | 58 | 67.49 | - |
| YUV | 174.73 | 145.64 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 206 | 0.68 | 0 | 0.07 | 0.13 | 173.68 | 0.7 | 0.57 |
| Hex | 46 | DE | CE | 44 | 0 | 7 | D | AE | 46 | 39 |
| Octal | 106 | 336 | 316 | 104 | 0 | 7 | 15 | 256 | 106 | 71 |
| Binary | 1000110 | 11011110 | 11001110 | 1000100 | 0 | 111 | 1101 | 10101110 | 1000110 | 111001 |
Color Harmonies of #46DECE
Complementary color
Monochromatic Colors of #46DECE
Black with #46DECE
Text Example
Text Example
White with #46DECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DECE; }
p { color: rgb(70,222,206); }
H1.HeaderClassName
{
color: #46DECE;
}
.AnyTagClassName
{
color: #46DECE;
}
</style>
background-color css
<style>
a { background-color: #46DECE; }
a { background-color: rgb(70,222,206); }
div.DivClassName
{
background-color: #46DECE;
}
.BgClassName
{
background-color: #46DECE;
}
</style>
border-color css
<style>
span { border-color: #46DECE; }
span { border-color: rgb(70,222,206); }
td.TdClassName
{
border-color: #46DECE;
}
.TagClassName
{
border-color: #46DECE;
}
</style>