Shades of Medium Turquoise #46CEBC
Tints of Medium Turquoise #46CEBC
RGB
CMYK
RGB Variations
Color information
#46CEBC (or 0x46CEBC) is known color: Medium Turquoise. HEX triplet: 46, CE and BC. RGB value is (70,206,188). Sum of RGB (Red+Green+Blue) = 70+206+188=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEBC is #B93143. Grayscale: #A3A3A3. Windows color (decimal): -12136772 or 12373574. OLE color: 12373574.
HSL color Cylindrical-coordinate representation of color #46CEBC: hue angle of 172.06º 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 #46CEBC is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 188 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.19 |
| HSL | 172.06º | 0.58% | 0.54% | - |
| HSV(B) | 172.06º | 0.66% | 0.81% | - |
| XYZ | 33.67 | 49.08 | 55.27 | - |
| YUV | 163.28 | 141.94 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 188 | 0.66 | 0 | 0.09 | 0.19 | 172.06 | 0.58 | 0.54 |
| Hex | 46 | CE | BC | 42 | 0 | 9 | 13 | AC | 3A | 36 |
| Octal | 106 | 316 | 274 | 102 | 0 | 11 | 23 | 254 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10111100 | 1000010 | 0 | 1001 | 10011 | 10101100 | 111010 | 110110 |
Color Harmonies of #46CEBC
Complementary color
Monochromatic Colors of #46CEBC
Black with #46CEBC
Text Example
Text Example
White with #46CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEBC; }
p { color: rgb(70,206,188); }
H1.HeaderClassName
{
color: #46CEBC;
}
.AnyTagClassName
{
color: #46CEBC;
}
</style>
background-color css
<style>
a { background-color: #46CEBC; }
a { background-color: rgb(70,206,188); }
div.DivClassName
{
background-color: #46CEBC;
}
.BgClassName
{
background-color: #46CEBC;
}
</style>
border-color css
<style>
span { border-color: #46CEBC; }
span { border-color: rgb(70,206,188); }
td.TdClassName
{
border-color: #46CEBC;
}
.TagClassName
{
border-color: #46CEBC;
}
</style>