Shades of Medium Turquoise #46CEBB
Tints of Medium Turquoise #46CEBB
RGB
CMYK
RGB Variations
Color information
#46CEBB (or 0x46CEBB) is known color: Medium Turquoise. HEX triplet: 46, CE and BB. RGB value is (70,206,187). Sum of RGB (Red+Green+Blue) = 70+206+187=463 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.12% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #46CEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEBB is #B93144. Grayscale: #A3A3A3. Windows color (decimal): -12136773 or 12308038. OLE color: 12308038.
HSL color Cylindrical-coordinate representation of color #46CEBB: hue angle of 171.62º degrees, saturation: 0.58, 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 #46CEBB is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 206 | 187 | - |
| CMYK | 0.66 | 0 | 0.09 | 0.19 |
| HSL | 171.62º | 0.58% | 0.54% | - |
| HSV(B) | 171.62º | 0.66% | 0.81% | - |
| XYZ | 33.57 | 49.03 | 54.71 | - |
| YUV | 163.17 | 141.44 | 61.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 187 | 0.66 | 0 | 0.09 | 0.19 | 171.62 | 0.58 | 0.54 |
| Hex | 46 | CE | BB | 42 | 0 | 9 | 13 | AC | 3A | 36 |
| Octal | 106 | 316 | 273 | 102 | 0 | 11 | 23 | 254 | 72 | 66 |
| Binary | 1000110 | 11001110 | 10111011 | 1000010 | 0 | 1001 | 10011 | 10101100 | 111010 | 110110 |
Color Harmonies of #46CEBB
Complementary color
Monochromatic Colors of #46CEBB
Black with #46CEBB
Text Example
Text Example
White with #46CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEBB; }
p { color: rgb(70,206,187); }
H1.HeaderClassName
{
color: #46CEBB;
}
.AnyTagClassName
{
color: #46CEBB;
}
</style>
background-color css
<style>
a { background-color: #46CEBB; }
a { background-color: rgb(70,206,187); }
div.DivClassName
{
background-color: #46CEBB;
}
.BgClassName
{
background-color: #46CEBB;
}
</style>
border-color css
<style>
span { border-color: #46CEBB; }
span { border-color: rgb(70,206,187); }
td.TdClassName
{
border-color: #46CEBB;
}
.TagClassName
{
border-color: #46CEBB;
}
</style>