Shades of Medium Turquoise #46CECC
Tints of Medium Turquoise #46CECC
RGB
CMYK
RGB Variations
Color information
#46CECC (or 0x46CECC) is known color: Medium Turquoise. HEX triplet: 46, CE and CC. RGB value is (70,206,204). Sum of RGB (Red+Green+Blue) = 70+206+204=480 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.58% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 206 - color contains mainly: green. Hex color #46CECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CECC is #B93133. Grayscale: #A4A4A4. Windows color (decimal): -12136756 or 13422150. OLE color: 13422150.
HSL color Cylindrical-coordinate representation of color #46CECC: hue angle of 179.12º 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 #46CECC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 204 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.19 |
| HSL | 179.12º | 0.58% | 0.54% | - |
| HSV(B) | 179.12º | 0.66% | 0.81% | - |
| XYZ | 35.5 | 49.8 | 64.87 | - |
| YUV | 165.11 | 149.94 | 60.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 204 | 0.66 | 0 | 0.01 | 0.19 | 179.12 | 0.58 | 0.54 |
| Hex | 46 | CE | CC | 42 | 0 | 1 | 13 | B3 | 3A | 36 |
| Octal | 106 | 316 | 314 | 102 | 0 | 1 | 23 | 263 | 72 | 66 |
| Binary | 1000110 | 11001110 | 11001100 | 1000010 | 0 | 1 | 10011 | 10110011 | 111010 | 110110 |
Color Harmonies of #46CECC
Complementary color
Monochromatic Colors of #46CECC
Black with #46CECC
Text Example
Text Example
White with #46CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CECC; }
p { color: rgb(70,206,204); }
H1.HeaderClassName
{
color: #46CECC;
}
.AnyTagClassName
{
color: #46CECC;
}
</style>
background-color css
<style>
a { background-color: #46CECC; }
a { background-color: rgb(70,206,204); }
div.DivClassName
{
background-color: #46CECC;
}
.BgClassName
{
background-color: #46CECC;
}
</style>
border-color css
<style>
span { border-color: #46CECC; }
span { border-color: rgb(70,206,204); }
td.TdClassName
{
border-color: #46CECC;
}
.TagClassName
{
border-color: #46CECC;
}
</style>