Shades of Medium Turquoise #46D5C7
Tints of Medium Turquoise #46D5C7
RGB
CMYK
RGB Variations
Color information
#46D5C7 (or 0x46D5C7) is known color: Medium Turquoise. HEX triplet: 46, D5 and C7. RGB value is (70,213,199). Sum of RGB (Red+Green+Blue) = 70+213+199=482 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.52% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 199 (78.12% from 255 or 41.29% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #46D5C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D5C7 is #B92A38. Grayscale: #A8A8A8. Windows color (decimal): -12134969 or 13096262. OLE color: 13096262.
HSL color Cylindrical-coordinate representation of color #46D5C7: hue angle of 174.13º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D5C7 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 213 | 199 | - |
| CMYK | 0.67 | 0 | 0.07 | 0.16 |
| HSL | 174.13º | 0.63% | 0.55% | - |
| HSV(B) | 174.13º | 0.67% | 0.84% | - |
| XYZ | 36.63 | 53.01 | 62.34 | - |
| YUV | 168.65 | 145.12 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 213 | 199 | 0.67 | 0 | 0.07 | 0.16 | 174.13 | 0.63 | 0.55 |
| Hex | 46 | D5 | C7 | 43 | 0 | 7 | 10 | AE | 3F | 37 |
| Octal | 106 | 325 | 307 | 103 | 0 | 7 | 20 | 256 | 77 | 67 |
| Binary | 1000110 | 11010101 | 11000111 | 1000011 | 0 | 111 | 10000 | 10101110 | 111111 | 110111 |
Color Harmonies of #46D5C7
Complementary color
Monochromatic Colors of #46D5C7
Black with #46D5C7
Text Example
Text Example
White with #46D5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D5C7; }
p { color: rgb(70,213,199); }
H1.HeaderClassName
{
color: #46D5C7;
}
.AnyTagClassName
{
color: #46D5C7;
}
</style>
background-color css
<style>
a { background-color: #46D5C7; }
a { background-color: rgb(70,213,199); }
div.DivClassName
{
background-color: #46D5C7;
}
.BgClassName
{
background-color: #46D5C7;
}
</style>
border-color css
<style>
span { border-color: #46D5C7; }
span { border-color: rgb(70,213,199); }
td.TdClassName
{
border-color: #46D5C7;
}
.TagClassName
{
border-color: #46D5C7;
}
</style>