Shades of Medium Turquoise #46CFBB
Tints of Medium Turquoise #46CFBB
RGB
CMYK
RGB Variations
Color information
#46CFBB (or 0x46CFBB) is known color: Medium Turquoise. HEX triplet: 46, CF and BB. RGB value is (70,207,187). Sum of RGB (Red+Green+Blue) = 70+207+187=464 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.09% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFBB is #B93044. Grayscale: #A3A3A3. Windows color (decimal): -12136517 or 12308294. OLE color: 12308294.
HSL color Cylindrical-coordinate representation of color #46CFBB: hue angle of 171.24º 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 #46CFBB is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 187 | - |
| CMYK | 0.66 | 0 | 0.10 | 0.19 |
| HSL | 171.24º | 0.59% | 0.54% | - |
| HSV(B) | 171.24º | 0.66% | 0.81% | - |
| XYZ | 33.81 | 49.52 | 54.79 | - |
| YUV | 163.76 | 141.11 | 61.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 187 | 0.66 | 0 | 0.10 | 0.19 | 171.24 | 0.59 | 0.54 |
| Hex | 46 | CF | BB | 42 | 0 | A | 13 | AB | 3B | 36 |
| Octal | 106 | 317 | 273 | 102 | 0 | 12 | 23 | 253 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10111011 | 1000010 | 0 | 1010 | 10011 | 10101011 | 111011 | 110110 |
Color Harmonies of #46CFBB
Complementary color
Monochromatic Colors of #46CFBB
Black with #46CFBB
Text Example
Text Example
White with #46CFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFBB; }
p { color: rgb(70,207,187); }
H1.HeaderClassName
{
color: #46CFBB;
}
.AnyTagClassName
{
color: #46CFBB;
}
</style>
background-color css
<style>
a { background-color: #46CFBB; }
a { background-color: rgb(70,207,187); }
div.DivClassName
{
background-color: #46CFBB;
}
.BgClassName
{
background-color: #46CFBB;
}
</style>
border-color css
<style>
span { border-color: #46CFBB; }
span { border-color: rgb(70,207,187); }
td.TdClassName
{
border-color: #46CFBB;
}
.TagClassName
{
border-color: #46CFBB;
}
</style>