Shades of Medium Turquoise #46D4EF
Tints of Medium Turquoise #46D4EF
RGB
CMYK
RGB Variations
Color information
#46D4EF (or 0x46D4EF) is known color: Medium Turquoise. HEX triplet: 46, D4 and EF. RGB value is (70,212,239). Sum of RGB (Red+Green+Blue) = 70+212+239=521 (69% of max value = 765). Red value is 70 (27.73% from 255 or 13.44% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 239 - color contains mainly: blue. Hex color #46D4EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D4EF is #B92B10. Grayscale: #ACACAC. Windows color (decimal): -12135185 or 15717446. OLE color: 15717446.
HSL color Cylindrical-coordinate representation of color #46D4EF: hue angle of 189.59º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46D4EF is Cyan = 0.71, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 212 | 239 | - |
| CMYK | 0.71 | 0.11 | 0 | 0.06 |
| HSL | 189.59º | 0.84% | 0.61% | - |
| HSV(B) | 189.59º | 0.71% | 0.94% | - |
| XYZ | 41.65 | 54.62 | 90.01 | - |
| YUV | 172.62 | 165.46 | 54.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 239 | 0.71 | 0.11 | 0 | 0.06 | 189.59 | 0.84 | 0.61 |
| Hex | 46 | D4 | EF | 47 | B | 0 | 6 | BE | 54 | 3D |
| Octal | 106 | 324 | 357 | 107 | 13 | 0 | 6 | 276 | 124 | 75 |
| Binary | 1000110 | 11010100 | 11101111 | 1000111 | 1011 | 0 | 110 | 10111110 | 1010100 | 111101 |
Color Harmonies of #46D4EF
Complementary color
Monochromatic Colors of #46D4EF
Black with #46D4EF
Text Example
Text Example
White with #46D4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D4EF; }
p { color: rgb(70,212,239); }
H1.HeaderClassName
{
color: #46D4EF;
}
.AnyTagClassName
{
color: #46D4EF;
}
</style>
background-color css
<style>
a { background-color: #46D4EF; }
a { background-color: rgb(70,212,239); }
div.DivClassName
{
background-color: #46D4EF;
}
.BgClassName
{
background-color: #46D4EF;
}
</style>
border-color css
<style>
span { border-color: #46D4EF; }
span { border-color: rgb(70,212,239); }
td.TdClassName
{
border-color: #46D4EF;
}
.TagClassName
{
border-color: #46D4EF;
}
</style>