Shades of Medium Turquoise #46C0BF
Tints of Medium Turquoise #46C0BF
RGB
CMYK
RGB Variations
Color information
#46C0BF (or 0x46C0BF) is known color: Medium Turquoise. HEX triplet: 46, C0 and BF. RGB value is (70,192,191). Sum of RGB (Red+Green+Blue) = 70+192+191=453 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.45% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 192 - color contains mainly: green. Hex color #46C0BF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C0BF is #B93F40. Grayscale: #9B9B9B. Windows color (decimal): -12140353 or 12566598. OLE color: 12566598.
HSL color Cylindrical-coordinate representation of color #46C0BF: hue angle of 179.51º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C0BF is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 192 | 191 | - |
| CMYK | 0.64 | 0 | 0.01 | 0.25 |
| HSL | 179.51º | 0.49% | 0.51% | - |
| HSV(B) | 179.51º | 0.64% | 0.75% | - |
| XYZ | 30.78 | 42.76 | 55.92 | - |
| YUV | 155.41 | 148.08 | 67.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 191 | 0.64 | 0 | 0.01 | 0.25 | 179.51 | 0.49 | 0.51 |
| Hex | 46 | C0 | BF | 40 | 0 | 1 | 19 | B4 | 31 | 33 |
| Octal | 106 | 300 | 277 | 100 | 0 | 1 | 31 | 264 | 61 | 63 |
| Binary | 1000110 | 11000000 | 10111111 | 1000000 | 0 | 1 | 11001 | 10110100 | 110001 | 110011 |
Color Harmonies of #46C0BF
Complementary color
Monochromatic Colors of #46C0BF
Black with #46C0BF
Text Example
Text Example
White with #46C0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C0BF; }
p { color: rgb(70,192,191); }
H1.HeaderClassName
{
color: #46C0BF;
}
.AnyTagClassName
{
color: #46C0BF;
}
</style>
background-color css
<style>
a { background-color: #46C0BF; }
a { background-color: rgb(70,192,191); }
div.DivClassName
{
background-color: #46C0BF;
}
.BgClassName
{
background-color: #46C0BF;
}
</style>
border-color css
<style>
span { border-color: #46C0BF; }
span { border-color: rgb(70,192,191); }
td.TdClassName
{
border-color: #46C0BF;
}
.TagClassName
{
border-color: #46C0BF;
}
</style>