Shades of Medium Turquoise #46C9CB
Tints of Medium Turquoise #46C9CB
RGB
CMYK
RGB Variations
Color information
#46C9CB (or 0x46C9CB) is known color: Medium Turquoise. HEX triplet: 46, C9 and CB. RGB value is (70,201,203). Sum of RGB (Red+Green+Blue) = 70+201+203=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 203 - color contains mainly: blue. Hex color #46C9CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C9CB is #B93634. Grayscale: #A1A1A1. Windows color (decimal): -12138037 or 13355334. OLE color: 13355334.
HSL color Cylindrical-coordinate representation of color #46C9CB: hue angle of 180.9º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46C9CB is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 201 | 203 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.20 |
| HSL | 180.9º | 0.56% | 0.54% | - |
| HSV(B) | 180.9º | 0.66% | 0.8% | - |
| XYZ | 34.19 | 47.39 | 63.84 | - |
| YUV | 162.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 201 | 203 | 0.66 | 0.01 | 0 | 0.20 | 180.9 | 0.56 | 0.54 |
| Hex | 46 | C9 | CB | 42 | 1 | 0 | 14 | B5 | 38 | 36 |
| Octal | 106 | 311 | 313 | 102 | 1 | 0 | 24 | 265 | 70 | 66 |
| Binary | 1000110 | 11001001 | 11001011 | 1000010 | 1 | 0 | 10100 | 10110101 | 111000 | 110110 |
Color Harmonies of #46C9CB
Complementary color
Monochromatic Colors of #46C9CB
Black with #46C9CB
Text Example
Text Example
White with #46C9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C9CB; }
p { color: rgb(70,201,203); }
H1.HeaderClassName
{
color: #46C9CB;
}
.AnyTagClassName
{
color: #46C9CB;
}
</style>
background-color css
<style>
a { background-color: #46C9CB; }
a { background-color: rgb(70,201,203); }
div.DivClassName
{
background-color: #46C9CB;
}
.BgClassName
{
background-color: #46C9CB;
}
</style>
border-color css
<style>
span { border-color: #46C9CB; }
span { border-color: rgb(70,201,203); }
td.TdClassName
{
border-color: #46C9CB;
}
.TagClassName
{
border-color: #46C9CB;
}
</style>