Shades of Medium Turquoise #46D4E9
Tints of Medium Turquoise #46D4E9
RGB
CMYK
RGB Variations
Color information
#46D4E9 (or 0x46D4E9) is known color: Medium Turquoise. HEX triplet: 46, D4 and E9. RGB value is (70,212,233). Sum of RGB (Red+Green+Blue) = 70+212+233=515 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.59% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 233 (91.41% from 255 or 45.24% from 515); Max value from RGB is 233 - color contains mainly: blue. Hex color #46D4E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D4E9 is #B92B16. Grayscale: #ABABAB. Windows color (decimal): -12135191 or 15324230. OLE color: 15324230.
HSL color Cylindrical-coordinate representation of color #46D4E9: hue angle of 187.73º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46D4E9 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 212 | 233 | - |
| CMYK | 0.70 | 0.09 | 0 | 0.09 |
| HSL | 187.73º | 0.79% | 0.59% | - |
| HSV(B) | 187.73º | 0.7% | 0.91% | - |
| XYZ | 40.78 | 54.27 | 85.42 | - |
| YUV | 171.94 | 162.46 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 233 | 0.70 | 0.09 | 0 | 0.09 | 187.73 | 0.79 | 0.59 |
| Hex | 46 | D4 | E9 | 46 | 9 | 0 | 9 | BC | 4F | 3B |
| Octal | 106 | 324 | 351 | 106 | 11 | 0 | 11 | 274 | 117 | 73 |
| Binary | 1000110 | 11010100 | 11101001 | 1000110 | 1001 | 0 | 1001 | 10111100 | 1001111 | 111011 |
Color Harmonies of #46D4E9
Complementary color
Monochromatic Colors of #46D4E9
Black with #46D4E9
Text Example
Text Example
White with #46D4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D4E9; }
p { color: rgb(70,212,233); }
H1.HeaderClassName
{
color: #46D4E9;
}
.AnyTagClassName
{
color: #46D4E9;
}
</style>
background-color css
<style>
a { background-color: #46D4E9; }
a { background-color: rgb(70,212,233); }
div.DivClassName
{
background-color: #46D4E9;
}
.BgClassName
{
background-color: #46D4E9;
}
</style>
border-color css
<style>
span { border-color: #46D4E9; }
span { border-color: rgb(70,212,233); }
td.TdClassName
{
border-color: #46D4E9;
}
.TagClassName
{
border-color: #46D4E9;
}
</style>