Shades of Medium Turquoise #46C2CD
Tints of Medium Turquoise #46C2CD
RGB
CMYK
RGB Variations
Color information
#46C2CD (or 0x46C2CD) is known color: Medium Turquoise. HEX triplet: 46, C2 and CD. RGB value is (70,194,205). Sum of RGB (Red+Green+Blue) = 70+194+205=469 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.93% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 205 (80.47% from 255 or 43.71% from 469); Max value from RGB is 205 - color contains mainly: blue. Hex color #46C2CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C2CD is #B93D32. Grayscale: #9E9E9E. Windows color (decimal): -12139827 or 13484614. OLE color: 13484614.
HSL color Cylindrical-coordinate representation of color #46C2CD: hue angle of 184.89º degrees, saturation: 0.57, 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 #46C2CD is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 194 | 205 | - |
| CMYK | 0.66 | 0.05 | 0 | 0.20 |
| HSL | 184.89º | 0.57% | 0.54% | - |
| HSV(B) | 184.89º | 0.66% | 0.8% | - |
| XYZ | 32.84 | 44.29 | 64.58 | - |
| YUV | 158.18 | 154.42 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 205 | 0.66 | 0.05 | 0 | 0.20 | 184.89 | 0.57 | 0.54 |
| Hex | 46 | C2 | CD | 42 | 5 | 0 | 14 | B9 | 39 | 36 |
| Octal | 106 | 302 | 315 | 102 | 5 | 0 | 24 | 271 | 71 | 66 |
| Binary | 1000110 | 11000010 | 11001101 | 1000010 | 101 | 0 | 10100 | 10111001 | 111001 | 110110 |
Color Harmonies of #46C2CD
Complementary color
Monochromatic Colors of #46C2CD
Black with #46C2CD
Text Example
Text Example
White with #46C2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C2CD; }
p { color: rgb(70,194,205); }
H1.HeaderClassName
{
color: #46C2CD;
}
.AnyTagClassName
{
color: #46C2CD;
}
</style>
background-color css
<style>
a { background-color: #46C2CD; }
a { background-color: rgb(70,194,205); }
div.DivClassName
{
background-color: #46C2CD;
}
.BgClassName
{
background-color: #46C2CD;
}
</style>
border-color css
<style>
span { border-color: #46C2CD; }
span { border-color: rgb(70,194,205); }
td.TdClassName
{
border-color: #46C2CD;
}
.TagClassName
{
border-color: #46C2CD;
}
</style>