Shades of Medium Turquoise #46CBC9
Tints of Medium Turquoise #46CBC9
RGB
CMYK
RGB Variations
Color information
#46CBC9 (or 0x46CBC9) is known color: Medium Turquoise. HEX triplet: 46, CB and C9. RGB value is (70,203,201). Sum of RGB (Red+Green+Blue) = 70+203+201=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 203 (79.69% from 255 or 42.83% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 203 - color contains mainly: green. Hex color #46CBC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBC9 is #B93436. Grayscale: #A2A2A2. Windows color (decimal): -12137527 or 13224774. OLE color: 13224774.
HSL color Cylindrical-coordinate representation of color #46CBC9: hue angle of 179.1º 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 #46CBC9 is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 201 | - |
| CMYK | 0.66 | 0 | 0.01 | 0.20 |
| HSL | 179.1º | 0.56% | 0.54% | - |
| HSV(B) | 179.1º | 0.66% | 0.8% | - |
| XYZ | 34.42 | 48.23 | 62.75 | - |
| YUV | 163.01 | 149.44 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 201 | 0.66 | 0 | 0.01 | 0.20 | 179.1 | 0.56 | 0.54 |
| Hex | 46 | CB | C9 | 42 | 0 | 1 | 14 | B3 | 38 | 36 |
| Octal | 106 | 313 | 311 | 102 | 0 | 1 | 24 | 263 | 70 | 66 |
| Binary | 1000110 | 11001011 | 11001001 | 1000010 | 0 | 1 | 10100 | 10110011 | 111000 | 110110 |
Color Harmonies of #46CBC9
Complementary color
Monochromatic Colors of #46CBC9
Black with #46CBC9
Text Example
Text Example
White with #46CBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CBC9; }
p { color: rgb(70,203,201); }
H1.HeaderClassName
{
color: #46CBC9;
}
.AnyTagClassName
{
color: #46CBC9;
}
</style>
background-color css
<style>
a { background-color: #46CBC9; }
a { background-color: rgb(70,203,201); }
div.DivClassName
{
background-color: #46CBC9;
}
.BgClassName
{
background-color: #46CBC9;
}
</style>
border-color css
<style>
span { border-color: #46CBC9; }
span { border-color: rgb(70,203,201); }
td.TdClassName
{
border-color: #46CBC9;
}
.TagClassName
{
border-color: #46CBC9;
}
</style>