Shades of Medium Turquoise #46D6C7
Tints of Medium Turquoise #46D6C7
RGB
CMYK
RGB Variations
Color information
#46D6C7 (or 0x46D6C7) is known color: Medium Turquoise. HEX triplet: 46, D6 and C7. RGB value is (70,214,199). Sum of RGB (Red+Green+Blue) = 70+214+199=483 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.49% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #46D6C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D6C7 is #B92938. Grayscale: #A9A9A9. Windows color (decimal): -12134713 or 13096518. OLE color: 13096518.
HSL color Cylindrical-coordinate representation of color #46D6C7: hue angle of 173.75º 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 #46D6C7 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 199 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.16 |
| HSL | 173.75º | 0.64% | 0.56% | - |
| HSV(B) | 173.75º | 0.67% | 0.84% | - |
| XYZ | 36.88 | 53.52 | 62.42 | - |
| YUV | 169.23 | 144.79 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 199 | 0.67 | 0 | 0.07 | 0.16 | 173.75 | 0.64 | 0.56 |
| Hex | 46 | D6 | C7 | 43 | 0 | 7 | 10 | AE | 40 | 38 |
| Octal | 106 | 326 | 307 | 103 | 0 | 7 | 20 | 256 | 100 | 70 |
| Binary | 1000110 | 11010110 | 11000111 | 1000011 | 0 | 111 | 10000 | 10101110 | 1000000 | 111000 |
Color Harmonies of #46D6C7
Complementary color
Monochromatic Colors of #46D6C7
Black with #46D6C7
Text Example
Text Example
White with #46D6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D6C7; }
p { color: rgb(70,214,199); }
H1.HeaderClassName
{
color: #46D6C7;
}
.AnyTagClassName
{
color: #46D6C7;
}
</style>
background-color css
<style>
a { background-color: #46D6C7; }
a { background-color: rgb(70,214,199); }
div.DivClassName
{
background-color: #46D6C7;
}
.BgClassName
{
background-color: #46D6C7;
}
</style>
border-color css
<style>
span { border-color: #46D6C7; }
span { border-color: rgb(70,214,199); }
td.TdClassName
{
border-color: #46D6C7;
}
.TagClassName
{
border-color: #46D6C7;
}
</style>