Shades of Medium Turquoise #46CEE9
Tints of Medium Turquoise #46CEE9
RGB
CMYK
RGB Variations
Color information
#46CEE9 (or 0x46CEE9) is known color: Medium Turquoise. HEX triplet: 46, CE and E9. RGB value is (70,206,233). Sum of RGB (Red+Green+Blue) = 70+206+233=509 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.75% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 233 (91.41% from 255 or 45.78% from 509); Max value from RGB is 233 - color contains mainly: blue. Hex color #46CEE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CEE9 is #B93116. Grayscale: #A8A8A8. Windows color (decimal): -12136727 or 15322694. OLE color: 15322694.
HSL color Cylindrical-coordinate representation of color #46CEE9: hue angle of 189.94º 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 #46CEE9 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 206 | 233 | - |
| CMYK | 0.70 | 0.12 | 0 | 0.09 |
| HSL | 189.94º | 0.79% | 0.59% | - |
| HSV(B) | 189.94º | 0.7% | 0.91% | - |
| XYZ | 39.31 | 51.33 | 84.93 | - |
| YUV | 168.41 | 164.44 | 57.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 233 | 0.70 | 0.12 | 0 | 0.09 | 189.94 | 0.79 | 0.59 |
| Hex | 46 | CE | E9 | 46 | C | 0 | 9 | BE | 4F | 3B |
| Octal | 106 | 316 | 351 | 106 | 14 | 0 | 11 | 276 | 117 | 73 |
| Binary | 1000110 | 11001110 | 11101001 | 1000110 | 1100 | 0 | 1001 | 10111110 | 1001111 | 111011 |
Color Harmonies of #46CEE9
Complementary color
Monochromatic Colors of #46CEE9
Black with #46CEE9
Text Example
Text Example
White with #46CEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEE9; }
p { color: rgb(70,206,233); }
H1.HeaderClassName
{
color: #46CEE9;
}
.AnyTagClassName
{
color: #46CEE9;
}
</style>
background-color css
<style>
a { background-color: #46CEE9; }
a { background-color: rgb(70,206,233); }
div.DivClassName
{
background-color: #46CEE9;
}
.BgClassName
{
background-color: #46CEE9;
}
</style>
border-color css
<style>
span { border-color: #46CEE9; }
span { border-color: rgb(70,206,233); }
td.TdClassName
{
border-color: #46CEE9;
}
.TagClassName
{
border-color: #46CEE9;
}
</style>