Shades of Medium Turquoise #46CFBA
Tints of Medium Turquoise #46CFBA
RGB
CMYK
RGB Variations
Color information
#46CFBA (or 0x46CFBA) is known color: Medium Turquoise. HEX triplet: 46, CF and BA. RGB value is (70,207,186). Sum of RGB (Red+Green+Blue) = 70+207+186=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFBA is #B93045. Grayscale: #A3A3A3. Windows color (decimal): -12136518 or 12242758. OLE color: 12242758.
HSL color Cylindrical-coordinate representation of color #46CFBA: hue angle of 170.8º degrees, saturation: 0.59, 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 #46CFBA is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 186 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.19 |
| HSL | 170.8º | 0.59% | 0.54% | - |
| HSV(B) | 170.8º | 0.66% | 0.81% | - |
| XYZ | 33.7 | 49.47 | 54.23 | - |
| YUV | 163.64 | 140.61 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 186 | 0.66 | 0 | 0.10 | 0.19 | 170.8 | 0.59 | 0.54 |
| Hex | 46 | CF | BA | 42 | 0 | A | 13 | AB | 3B | 36 |
| Octal | 106 | 317 | 272 | 102 | 0 | 12 | 23 | 253 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10111010 | 1000010 | 0 | 1010 | 10011 | 10101011 | 111011 | 110110 |
Color Harmonies of #46CFBA
Complementary color
Monochromatic Colors of #46CFBA
Black with #46CFBA
Text Example
Text Example
White with #46CFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFBA; }
p { color: rgb(70,207,186); }
H1.HeaderClassName
{
color: #46CFBA;
}
.AnyTagClassName
{
color: #46CFBA;
}
</style>
background-color css
<style>
a { background-color: #46CFBA; }
a { background-color: rgb(70,207,186); }
div.DivClassName
{
background-color: #46CFBA;
}
.BgClassName
{
background-color: #46CFBA;
}
</style>
border-color css
<style>
span { border-color: #46CFBA; }
span { border-color: rgb(70,207,186); }
td.TdClassName
{
border-color: #46CFBA;
}
.TagClassName
{
border-color: #46CFBA;
}
</style>