Shades of Medium Turquoise #46CFBD
Tints of Medium Turquoise #46CFBD
RGB
CMYK
RGB Variations
Color information
#46CFBD (or 0x46CFBD) is known color: Medium Turquoise. HEX triplet: 46, CF and BD. RGB value is (70,207,189). Sum of RGB (Red+Green+Blue) = 70+207+189=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 207 (81.25% from 255 or 44.42% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 207 - color contains mainly: green. Hex color #46CFBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CFBD is #B93042. Grayscale: #A3A3A3. Windows color (decimal): -12136515 or 12439366. OLE color: 12439366.
HSL color Cylindrical-coordinate representation of color #46CFBD: hue angle of 172.12º 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 #46CFBD is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 189 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.19 |
| HSL | 172.12º | 0.59% | 0.54% | - |
| HSV(B) | 172.12º | 0.66% | 0.81% | - |
| XYZ | 34.02 | 49.6 | 55.92 | - |
| YUV | 163.99 | 142.11 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 189 | 0.66 | 0 | 0.09 | 0.19 | 172.12 | 0.59 | 0.54 |
| Hex | 46 | CF | BD | 42 | 0 | 9 | 13 | AC | 3B | 36 |
| Octal | 106 | 317 | 275 | 102 | 0 | 11 | 23 | 254 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10111101 | 1000010 | 0 | 1001 | 10011 | 10101100 | 111011 | 110110 |
Color Harmonies of #46CFBD
Complementary color
Monochromatic Colors of #46CFBD
Black with #46CFBD
Text Example
Text Example
White with #46CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFBD; }
p { color: rgb(70,207,189); }
H1.HeaderClassName
{
color: #46CFBD;
}
.AnyTagClassName
{
color: #46CFBD;
}
</style>
background-color css
<style>
a { background-color: #46CFBD; }
a { background-color: rgb(70,207,189); }
div.DivClassName
{
background-color: #46CFBD;
}
.BgClassName
{
background-color: #46CFBD;
}
</style>
border-color css
<style>
span { border-color: #46CFBD; }
span { border-color: rgb(70,207,189); }
td.TdClassName
{
border-color: #46CFBD;
}
.TagClassName
{
border-color: #46CFBD;
}
</style>