Shades of Medium Turquoise #46D4B8
Tints of Medium Turquoise #46D4B8
RGB
CMYK
RGB Variations
Color information
#46D4B8 (or 0x46D4B8) is known color: Medium Turquoise. HEX triplet: 46, D4 and B8. RGB value is (70,212,184). Sum of RGB (Red+Green+Blue) = 70+212+184=466 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.02% from 466); Green value is 212 (83.20% from 255 or 45.49% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 212 - color contains mainly: green. Hex color #46D4B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D4B8 is #B92B47. Grayscale: #A6A6A6. Windows color (decimal): -12135240 or 12112966. OLE color: 12112966.
HSL color Cylindrical-coordinate representation of color #46D4B8: hue angle of 168.17º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D4B8 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 184 | - |
| CMYK | 0.67 | 0 | 0.13 | 0.17 |
| HSL | 168.17º | 0.62% | 0.55% | - |
| HSV(B) | 168.17º | 0.67% | 0.83% | - |
| XYZ | 34.72 | 51.85 | 53.53 | - |
| YUV | 166.35 | 137.96 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 184 | 0.67 | 0 | 0.13 | 0.17 | 168.17 | 0.62 | 0.55 |
| Hex | 46 | D4 | B8 | 43 | 0 | D | 11 | A8 | 3E | 37 |
| Octal | 106 | 324 | 270 | 103 | 0 | 15 | 21 | 250 | 76 | 67 |
| Binary | 1000110 | 11010100 | 10111000 | 1000011 | 0 | 1101 | 10001 | 10101000 | 111110 | 110111 |
Color Harmonies of #46D4B8
Complementary color
Monochromatic Colors of #46D4B8
Black with #46D4B8
Text Example
Text Example
White with #46D4B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D4B8; }
p { color: rgb(70,212,184); }
H1.HeaderClassName
{
color: #46D4B8;
}
.AnyTagClassName
{
color: #46D4B8;
}
</style>
background-color css
<style>
a { background-color: #46D4B8; }
a { background-color: rgb(70,212,184); }
div.DivClassName
{
background-color: #46D4B8;
}
.BgClassName
{
background-color: #46D4B8;
}
</style>
border-color css
<style>
span { border-color: #46D4B8; }
span { border-color: rgb(70,212,184); }
td.TdClassName
{
border-color: #46D4B8;
}
.TagClassName
{
border-color: #46D4B8;
}
</style>