Shades of Medium Turquoise #46C5CE
Tints of Medium Turquoise #46C5CE
RGB
CMYK
RGB Variations
Color information
#46C5CE (or 0x46C5CE) is known color: Medium Turquoise. HEX triplet: 46, C5 and CE. RGB value is (70,197,206). Sum of RGB (Red+Green+Blue) = 70+197+206=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 197 (77.34% from 255 or 41.65% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #46C5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C5CE is #B93A31. Grayscale: #9F9F9F. Windows color (decimal): -12139058 or 13550918. OLE color: 13550918.
HSL color Cylindrical-coordinate representation of color #46C5CE: hue angle of 183.97º 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 #46C5CE is Cyan = 0.66, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 197 | 206 | - |
| CMYK | 0.66 | 0.04 | 0 | 0.19 |
| HSL | 183.97º | 0.58% | 0.54% | - |
| HSV(B) | 183.97º | 0.66% | 0.81% | - |
| XYZ | 33.63 | 45.69 | 65.44 | - |
| YUV | 160.05 | 153.92 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 197 | 206 | 0.66 | 0.04 | 0 | 0.19 | 183.97 | 0.58 | 0.54 |
| Hex | 46 | C5 | CE | 42 | 4 | 0 | 13 | B8 | 3A | 36 |
| Octal | 106 | 305 | 316 | 102 | 4 | 0 | 23 | 270 | 72 | 66 |
| Binary | 1000110 | 11000101 | 11001110 | 1000010 | 100 | 0 | 10011 | 10111000 | 111010 | 110110 |
Color Harmonies of #46C5CE
Complementary color
Monochromatic Colors of #46C5CE
Black with #46C5CE
Text Example
Text Example
White with #46C5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C5CE; }
p { color: rgb(70,197,206); }
H1.HeaderClassName
{
color: #46C5CE;
}
.AnyTagClassName
{
color: #46C5CE;
}
</style>
background-color css
<style>
a { background-color: #46C5CE; }
a { background-color: rgb(70,197,206); }
div.DivClassName
{
background-color: #46C5CE;
}
.BgClassName
{
background-color: #46C5CE;
}
</style>
border-color css
<style>
span { border-color: #46C5CE; }
span { border-color: rgb(70,197,206); }
td.TdClassName
{
border-color: #46C5CE;
}
.TagClassName
{
border-color: #46C5CE;
}
</style>