Shades of Medium Turquoise #46D3EF
Tints of Medium Turquoise #46D3EF
RGB
CMYK
RGB Variations
Color information
#46D3EF (or 0x46D3EF) is known color: Medium Turquoise. HEX triplet: 46, D3 and EF. RGB value is (70,211,239). Sum of RGB (Red+Green+Blue) = 70+211+239=520 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.46% from 520); Green value is 211 (82.81% from 255 or 40.58% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 239 - color contains mainly: blue. Hex color #46D3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D3EF is #B92C10. Grayscale: #ABABAB. Windows color (decimal): -12135441 or 15717190. OLE color: 15717190.
HSL color Cylindrical-coordinate representation of color #46D3EF: hue angle of 189.94º 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 #46D3EF is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 211 | 239 | - |
| CMYK | 0.71 | 0.12 | 0 | 0.06 |
| HSL | 189.94º | 0.84% | 0.61% | - |
| HSV(B) | 189.94º | 0.71% | 0.94% | - |
| XYZ | 41.4 | 54.12 | 89.93 | - |
| YUV | 172.03 | 165.79 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 211 | 239 | 0.71 | 0.12 | 0 | 0.06 | 189.94 | 0.84 | 0.61 |
| Hex | 46 | D3 | EF | 47 | C | 0 | 6 | BE | 54 | 3D |
| Octal | 106 | 323 | 357 | 107 | 14 | 0 | 6 | 276 | 124 | 75 |
| Binary | 1000110 | 11010011 | 11101111 | 1000111 | 1100 | 0 | 110 | 10111110 | 1010100 | 111101 |
Color Harmonies of #46D3EF
Complementary color
Monochromatic Colors of #46D3EF
Black with #46D3EF
Text Example
Text Example
White with #46D3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D3EF; }
p { color: rgb(70,211,239); }
H1.HeaderClassName
{
color: #46D3EF;
}
.AnyTagClassName
{
color: #46D3EF;
}
</style>
background-color css
<style>
a { background-color: #46D3EF; }
a { background-color: rgb(70,211,239); }
div.DivClassName
{
background-color: #46D3EF;
}
.BgClassName
{
background-color: #46D3EF;
}
</style>
border-color css
<style>
span { border-color: #46D3EF; }
span { border-color: rgb(70,211,239); }
td.TdClassName
{
border-color: #46D3EF;
}
.TagClassName
{
border-color: #46D3EF;
}
</style>