Shades of Medium Turquoise #46C7DB
Tints of Medium Turquoise #46C7DB
RGB
CMYK
RGB Variations
Color information
#46C7DB (or 0x46C7DB) is known color: Medium Turquoise. HEX triplet: 46, C7 and DB. RGB value is (70,199,219). Sum of RGB (Red+Green+Blue) = 70+199+219=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 199 (78.12% from 255 or 40.78% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #46C7DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C7DB is #B93824. Grayscale: #A2A2A2. Windows color (decimal): -12138533 or 14403398. OLE color: 14403398.
HSL color Cylindrical-coordinate representation of color #46C7DB: hue angle of 188.05º degrees, saturation: 0.67, 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 #46C7DB is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 199 | 219 | - |
| CMYK | 0.68 | 0.09 | 0 | 0.14 |
| HSL | 188.05º | 0.67% | 0.57% | - |
| HSV(B) | 188.05º | 0.68% | 0.86% | - |
| XYZ | 35.74 | 47.26 | 74.26 | - |
| YUV | 162.71 | 159.76 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 199 | 219 | 0.68 | 0.09 | 0 | 0.14 | 188.05 | 0.67 | 0.57 |
| Hex | 46 | C7 | DB | 44 | 9 | 0 | E | BC | 43 | 39 |
| Octal | 106 | 307 | 333 | 104 | 11 | 0 | 16 | 274 | 103 | 71 |
| Binary | 1000110 | 11000111 | 11011011 | 1000100 | 1001 | 0 | 1110 | 10111100 | 1000011 | 111001 |
Color Harmonies of #46C7DB
Complementary color
Monochromatic Colors of #46C7DB
Black with #46C7DB
Text Example
Text Example
White with #46C7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C7DB; }
p { color: rgb(70,199,219); }
H1.HeaderClassName
{
color: #46C7DB;
}
.AnyTagClassName
{
color: #46C7DB;
}
</style>
background-color css
<style>
a { background-color: #46C7DB; }
a { background-color: rgb(70,199,219); }
div.DivClassName
{
background-color: #46C7DB;
}
.BgClassName
{
background-color: #46C7DB;
}
</style>
border-color css
<style>
span { border-color: #46C7DB; }
span { border-color: rgb(70,199,219); }
td.TdClassName
{
border-color: #46C7DB;
}
.TagClassName
{
border-color: #46C7DB;
}
</style>