Shades of Medium Turquoise #46C7DC
Tints of Medium Turquoise #46C7DC
RGB
CMYK
RGB Variations
Color information
#46C7DC (or 0x46C7DC) is known color: Medium Turquoise. HEX triplet: 46, C7 and DC. RGB value is (70,199,220). Sum of RGB (Red+Green+Blue) = 70+199+220=489 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.31% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #46C7DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C7DC is #B93823. Grayscale: #A2A2A2. Windows color (decimal): -12138532 or 14468934. OLE color: 14468934.
HSL color Cylindrical-coordinate representation of color #46C7DC: hue angle of 188.4º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46C7DC is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 199 | 220 | - |
| CMYK | 0.68 | 0.10 | 0 | 0.14 |
| HSL | 188.4º | 0.68% | 0.57% | - |
| HSV(B) | 188.4º | 0.68% | 0.86% | - |
| XYZ | 35.87 | 47.32 | 74.95 | - |
| YUV | 162.82 | 160.26 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 199 | 220 | 0.68 | 0.10 | 0 | 0.14 | 188.4 | 0.68 | 0.57 |
| Hex | 46 | C7 | DC | 44 | A | 0 | E | BC | 44 | 39 |
| Octal | 106 | 307 | 334 | 104 | 12 | 0 | 16 | 274 | 104 | 71 |
| Binary | 1000110 | 11000111 | 11011100 | 1000100 | 1010 | 0 | 1110 | 10111100 | 1000100 | 111001 |
Color Harmonies of #46C7DC
Complementary color
Monochromatic Colors of #46C7DC
Black with #46C7DC
Text Example
Text Example
White with #46C7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C7DC; }
p { color: rgb(70,199,220); }
H1.HeaderClassName
{
color: #46C7DC;
}
.AnyTagClassName
{
color: #46C7DC;
}
</style>
background-color css
<style>
a { background-color: #46C7DC; }
a { background-color: rgb(70,199,220); }
div.DivClassName
{
background-color: #46C7DC;
}
.BgClassName
{
background-color: #46C7DC;
}
</style>
border-color css
<style>
span { border-color: #46C7DC; }
span { border-color: rgb(70,199,220); }
td.TdClassName
{
border-color: #46C7DC;
}
.TagClassName
{
border-color: #46C7DC;
}
</style>