Shades of Medium Turquoise #46D6CF
Tints of Medium Turquoise #46D6CF
RGB
CMYK
RGB Variations
Color information
#46D6CF (or 0x46D6CF) is known color: Medium Turquoise. HEX triplet: 46, D6 and CF. RGB value is (70,214,207). Sum of RGB (Red+Green+Blue) = 70+214+207=491 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.26% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #46D6CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D6CF is #B92930. Grayscale: #AAAAAA. Windows color (decimal): -12134705 or 13620806. OLE color: 13620806.
HSL color Cylindrical-coordinate representation of color #46D6CF: hue angle of 177.08º 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 #46D6CF is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 207 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.16 |
| HSL | 177.08º | 0.64% | 0.56% | - |
| HSV(B) | 177.08º | 0.67% | 0.84% | - |
| XYZ | 37.83 | 53.9 | 67.44 | - |
| YUV | 170.15 | 148.79 | 56.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 207 | 0.67 | 0 | 0.03 | 0.16 | 177.08 | 0.64 | 0.56 |
| Hex | 46 | D6 | CF | 43 | 0 | 3 | 10 | B1 | 40 | 38 |
| Octal | 106 | 326 | 317 | 103 | 0 | 3 | 20 | 261 | 100 | 70 |
| Binary | 1000110 | 11010110 | 11001111 | 1000011 | 0 | 11 | 10000 | 10110001 | 1000000 | 111000 |
Color Harmonies of #46D6CF
Complementary color
Monochromatic Colors of #46D6CF
Black with #46D6CF
Text Example
Text Example
White with #46D6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D6CF; }
p { color: rgb(70,214,207); }
H1.HeaderClassName
{
color: #46D6CF;
}
.AnyTagClassName
{
color: #46D6CF;
}
</style>
background-color css
<style>
a { background-color: #46D6CF; }
a { background-color: rgb(70,214,207); }
div.DivClassName
{
background-color: #46D6CF;
}
.BgClassName
{
background-color: #46D6CF;
}
</style>
border-color css
<style>
span { border-color: #46D6CF; }
span { border-color: rgb(70,214,207); }
td.TdClassName
{
border-color: #46D6CF;
}
.TagClassName
{
border-color: #46D6CF;
}
</style>