Shades of Turquoise #46DECC
Tints of Turquoise #46DECC
RGB
CMYK
RGB Variations
Color information
#46DECC (or 0x46DECC) is known color: Turquoise. HEX triplet: 46, DE and CC. RGB value is (70,222,204). Sum of RGB (Red+Green+Blue) = 70+222+204=496 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.11% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #46DECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46DECC is #B92133. Grayscale: #AEAEAE. Windows color (decimal): -12132660 or 13426246. OLE color: 13426246.
HSL color Cylindrical-coordinate representation of color #46DECC: hue angle of 172.89º 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 #46DECC is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 204 | - |
| CMYK | 0.68 | 0 | 0.08 | 0.13 |
| HSL | 172.89º | 0.7% | 0.57% | - |
| HSV(B) | 172.89º | 0.68% | 0.87% | - |
| XYZ | 39.55 | 57.9 | 66.22 | - |
| YUV | 174.5 | 144.64 | 53.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 204 | 0.68 | 0 | 0.08 | 0.13 | 172.89 | 0.7 | 0.57 |
| Hex | 46 | DE | CC | 44 | 0 | 8 | D | AD | 46 | 39 |
| Octal | 106 | 336 | 314 | 104 | 0 | 10 | 15 | 255 | 106 | 71 |
| Binary | 1000110 | 11011110 | 11001100 | 1000100 | 0 | 1000 | 1101 | 10101101 | 1000110 | 111001 |
Color Harmonies of #46DECC
Complementary color
Monochromatic Colors of #46DECC
Black with #46DECC
Text Example
Text Example
White with #46DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DECC; }
p { color: rgb(70,222,204); }
H1.HeaderClassName
{
color: #46DECC;
}
.AnyTagClassName
{
color: #46DECC;
}
</style>
background-color css
<style>
a { background-color: #46DECC; }
a { background-color: rgb(70,222,204); }
div.DivClassName
{
background-color: #46DECC;
}
.BgClassName
{
background-color: #46DECC;
}
</style>
border-color css
<style>
span { border-color: #46DECC; }
span { border-color: rgb(70,222,204); }
td.TdClassName
{
border-color: #46DECC;
}
.TagClassName
{
border-color: #46DECC;
}
</style>