Shades of Medium Turquoise #46CEC6
Tints of Medium Turquoise #46CEC6
RGB
CMYK
RGB Variations
Color information
#46CEC6 (or 0x46CEC6) is known color: Medium Turquoise. HEX triplet: 46, CE and C6. RGB value is (70,206,198). Sum of RGB (Red+Green+Blue) = 70+206+198=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 198 (77.73% from 255 or 41.77% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEC6 is #B93139. Grayscale: #A4A4A4. Windows color (decimal): -12136762 or 13028934. OLE color: 13028934.
HSL color Cylindrical-coordinate representation of color #46CEC6: hue angle of 176.47º 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 #46CEC6 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 198 | - |
| CMYK | 0.66 | 0 | 0.04 | 0.19 |
| HSL | 176.47º | 0.58% | 0.54% | - |
| HSV(B) | 176.47º | 0.66% | 0.81% | - |
| XYZ | 34.79 | 49.52 | 61.15 | - |
| YUV | 164.42 | 146.94 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 198 | 0.66 | 0 | 0.04 | 0.19 | 176.47 | 0.58 | 0.54 |
| Hex | 46 | CE | C6 | 42 | 0 | 4 | 13 | B0 | 3A | 36 |
| Octal | 106 | 316 | 306 | 102 | 0 | 4 | 23 | 260 | 72 | 66 |
| Binary | 1000110 | 11001110 | 11000110 | 1000010 | 0 | 100 | 10011 | 10110000 | 111010 | 110110 |
Color Harmonies of #46CEC6
Complementary color
Monochromatic Colors of #46CEC6
Black with #46CEC6
Text Example
Text Example
White with #46CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEC6; }
p { color: rgb(70,206,198); }
H1.HeaderClassName
{
color: #46CEC6;
}
.AnyTagClassName
{
color: #46CEC6;
}
</style>
background-color css
<style>
a { background-color: #46CEC6; }
a { background-color: rgb(70,206,198); }
div.DivClassName
{
background-color: #46CEC6;
}
.BgClassName
{
background-color: #46CEC6;
}
</style>
border-color css
<style>
span { border-color: #46CEC6; }
span { border-color: rgb(70,206,198); }
td.TdClassName
{
border-color: #46CEC6;
}
.TagClassName
{
border-color: #46CEC6;
}
</style>