Shades of Medium Turquoise #46D2EB
Tints of Medium Turquoise #46D2EB
RGB
CMYK
RGB Variations
Color information
#46D2EB (or 0x46D2EB) is known color: Medium Turquoise. HEX triplet: 46, D2 and EB. RGB value is (70,210,235). Sum of RGB (Red+Green+Blue) = 70+210+235=515 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.59% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #46D2EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D2EB is #B92D14. Grayscale: #AAAAAA. Windows color (decimal): -12135701 or 15454790. OLE color: 15454790.
HSL color Cylindrical-coordinate representation of color #46D2EB: hue angle of 189.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46D2EB is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 70 | 210 | 235 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.08 |
| HSL | 189.09º | 0.8% | 0.6% | - |
| HSV(B) | 189.09º | 0.7% | 0.92% | - |
| XYZ | 40.57 | 53.39 | 86.77 | - |
| YUV | 170.99 | 164.12 | 55.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 235 | 0.70 | 0.11 | 0 | 0.08 | 189.09 | 0.8 | 0.6 |
| Hex | 46 | D2 | EB | 46 | B | 0 | 8 | BD | 50 | 3C |
| Octal | 106 | 322 | 353 | 106 | 13 | 0 | 10 | 275 | 120 | 74 |
| Binary | 1000110 | 11010010 | 11101011 | 1000110 | 1011 | 0 | 1000 | 10111101 | 1010000 | 111100 |
Color Harmonies of #46D2EB
Complementary color
Monochromatic Colors of #46D2EB
Black with #46D2EB
Text Example
Text Example
White with #46D2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D2EB; }
p { color: rgb(70,210,235); }
H1.HeaderClassName
{
color: #46D2EB;
}
.AnyTagClassName
{
color: #46D2EB;
}
</style>
background-color css
<style>
a { background-color: #46D2EB; }
a { background-color: rgb(70,210,235); }
div.DivClassName
{
background-color: #46D2EB;
}
.BgClassName
{
background-color: #46D2EB;
}
</style>
border-color css
<style>
span { border-color: #46D2EB; }
span { border-color: rgb(70,210,235); }
td.TdClassName
{
border-color: #46D2EB;
}
.TagClassName
{
border-color: #46D2EB;
}
</style>