Shades of Medium Turquoise #46CECD
Tints of Medium Turquoise #46CECD
RGB
CMYK
RGB Variations
Color information
#46CECD (or 0x46CECD) is known color: Medium Turquoise. HEX triplet: 46, CE and CD. RGB value is (70,206,205). Sum of RGB (Red+Green+Blue) = 70+206+205=481 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.55% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #46CECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CECD is #B93132. Grayscale: #A5A5A5. Windows color (decimal): -12136755 or 13487686. OLE color: 13487686.
HSL color Cylindrical-coordinate representation of color #46CECD: hue angle of 179.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CECD is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 205 | - |
| CMYK | 0.66 | 0 | 0.00 | 0.19 |
| HSL | 179.56º | 0.58% | 0.54% | - |
| HSV(B) | 179.56º | 0.66% | 0.81% | - |
| XYZ | 35.62 | 49.85 | 65.5 | - |
| YUV | 165.22 | 150.44 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 205 | 0.66 | 0 | 0.00 | 0.19 | 179.56 | 0.58 | 0.54 |
| Hex | 46 | CE | CD | 42 | 0 | 0 | 13 | B4 | 3A | 36 |
| Octal | 106 | 316 | 315 | 102 | 0 | 0 | 23 | 264 | 72 | 66 |
| Binary | 1000110 | 11001110 | 11001101 | 1000010 | 0 | 0 | 10011 | 10110100 | 111010 | 110110 |
Color Harmonies of #46CECD
Complementary color
Monochromatic Colors of #46CECD
Black with #46CECD
Text Example
Text Example
White with #46CECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CECD; }
p { color: rgb(70,206,205); }
H1.HeaderClassName
{
color: #46CECD;
}
.AnyTagClassName
{
color: #46CECD;
}
</style>
background-color css
<style>
a { background-color: #46CECD; }
a { background-color: rgb(70,206,205); }
div.DivClassName
{
background-color: #46CECD;
}
.BgClassName
{
background-color: #46CECD;
}
</style>
border-color css
<style>
span { border-color: #46CECD; }
span { border-color: rgb(70,206,205); }
td.TdClassName
{
border-color: #46CECD;
}
.TagClassName
{
border-color: #46CECD;
}
</style>