Shades of Medium Turquoise #46C1BD
Tints of Medium Turquoise #46C1BD
RGB
CMYK
RGB Variations
Color information
#46C1BD (or 0x46C1BD) is known color: Medium Turquoise. HEX triplet: 46, C1 and BD. RGB value is (70,193,189). Sum of RGB (Red+Green+Blue) = 70+193+189=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #46C1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C1BD is #B93E42. Grayscale: #9B9B9B. Windows color (decimal): -12140099 or 12435782. OLE color: 12435782.
HSL color Cylindrical-coordinate representation of color #46C1BD: hue angle of 178.05º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C1BD is Cyan = 0.64, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 193 | 189 | - |
| CMYK | 0.64 | 0 | 0.02 | 0.24 |
| HSL | 178.05º | 0.5% | 0.52% | - |
| HSV(B) | 178.05º | 0.64% | 0.76% | - |
| XYZ | 30.78 | 43.12 | 54.84 | - |
| YUV | 155.77 | 146.75 | 66.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 193 | 189 | 0.64 | 0 | 0.02 | 0.24 | 178.05 | 0.5 | 0.52 |
| Hex | 46 | C1 | BD | 40 | 0 | 2 | 18 | B2 | 32 | 34 |
| Octal | 106 | 301 | 275 | 100 | 0 | 2 | 30 | 262 | 62 | 64 |
| Binary | 1000110 | 11000001 | 10111101 | 1000000 | 0 | 10 | 11000 | 10110010 | 110010 | 110100 |
Color Harmonies of #46C1BD
Complementary color
Monochromatic Colors of #46C1BD
Black with #46C1BD
Text Example
Text Example
White with #46C1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C1BD; }
p { color: rgb(70,193,189); }
H1.HeaderClassName
{
color: #46C1BD;
}
.AnyTagClassName
{
color: #46C1BD;
}
</style>
background-color css
<style>
a { background-color: #46C1BD; }
a { background-color: rgb(70,193,189); }
div.DivClassName
{
background-color: #46C1BD;
}
.BgClassName
{
background-color: #46C1BD;
}
</style>
border-color css
<style>
span { border-color: #46C1BD; }
span { border-color: rgb(70,193,189); }
td.TdClassName
{
border-color: #46C1BD;
}
.TagClassName
{
border-color: #46C1BD;
}
</style>