Shades of Medium Turquoise #46D4D7
Tints of Medium Turquoise #46D4D7
RGB
CMYK
RGB Variations
Color information
#46D4D7 (or 0x46D4D7) is known color: Medium Turquoise. HEX triplet: 46, D4 and D7. RGB value is (70,212,215). Sum of RGB (Red+Green+Blue) = 70+212+215=497 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.08% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #46D4D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D4D7 is #B92B28. Grayscale: #A9A9A9. Windows color (decimal): -12135209 or 14144582. OLE color: 14144582.
HSL color Cylindrical-coordinate representation of color #46D4D7: hue angle of 181.24º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D4D7 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 212 | 215 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.16 |
| HSL | 181.24º | 0.64% | 0.56% | - |
| HSV(B) | 181.24º | 0.67% | 0.84% | - |
| XYZ | 38.34 | 53.3 | 72.56 | - |
| YUV | 169.88 | 153.46 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 215 | 0.67 | 0.01 | 0 | 0.16 | 181.24 | 0.64 | 0.56 |
| Hex | 46 | D4 | D7 | 43 | 1 | 0 | 10 | B5 | 40 | 38 |
| Octal | 106 | 324 | 327 | 103 | 1 | 0 | 20 | 265 | 100 | 70 |
| Binary | 1000110 | 11010100 | 11010111 | 1000011 | 1 | 0 | 10000 | 10110101 | 1000000 | 111000 |
Color Harmonies of #46D4D7
Complementary color
Monochromatic Colors of #46D4D7
Black with #46D4D7
Text Example
Text Example
White with #46D4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D4D7; }
p { color: rgb(70,212,215); }
H1.HeaderClassName
{
color: #46D4D7;
}
.AnyTagClassName
{
color: #46D4D7;
}
</style>
background-color css
<style>
a { background-color: #46D4D7; }
a { background-color: rgb(70,212,215); }
div.DivClassName
{
background-color: #46D4D7;
}
.BgClassName
{
background-color: #46D4D7;
}
</style>
border-color css
<style>
span { border-color: #46D4D7; }
span { border-color: rgb(70,212,215); }
td.TdClassName
{
border-color: #46D4D7;
}
.TagClassName
{
border-color: #46D4D7;
}
</style>