Shades of Medium Turquoise #46CEE8
Tints of Medium Turquoise #46CEE8
RGB
CMYK
RGB Variations
Color information
#46CEE8 (or 0x46CEE8) is known color: Medium Turquoise. HEX triplet: 46, CE and E8. RGB value is (70,206,232). Sum of RGB (Red+Green+Blue) = 70+206+232=508 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.78% from 508); Green value is 206 (80.86% from 255 or 40.55% from 508); Blue value is 232 (91.02% from 255 or 45.67% from 508); Max value from RGB is 232 - color contains mainly: blue. Hex color #46CEE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CEE8 is #B93117. Grayscale: #A8A8A8. Windows color (decimal): -12136728 or 15257158. OLE color: 15257158.
HSL color Cylindrical-coordinate representation of color #46CEE8: hue angle of 189.63º degrees, saturation: 0.78, 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 #46CEE8 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 206 | 232 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.09 |
| HSL | 189.63º | 0.78% | 0.59% | - |
| HSV(B) | 189.63º | 0.7% | 0.91% | - |
| XYZ | 39.16 | 51.27 | 84.18 | - |
| YUV | 168.3 | 163.94 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 206 | 232 | 0.70 | 0.11 | 0 | 0.09 | 189.63 | 0.78 | 0.59 |
| Hex | 46 | CE | E8 | 46 | B | 0 | 9 | BE | 4E | 3B |
| Octal | 106 | 316 | 350 | 106 | 13 | 0 | 11 | 276 | 116 | 73 |
| Binary | 1000110 | 11001110 | 11101000 | 1000110 | 1011 | 0 | 1001 | 10111110 | 1001110 | 111011 |
Color Harmonies of #46CEE8
Complementary color
Monochromatic Colors of #46CEE8
Black with #46CEE8
Text Example
Text Example
White with #46CEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CEE8; }
p { color: rgb(70,206,232); }
H1.HeaderClassName
{
color: #46CEE8;
}
.AnyTagClassName
{
color: #46CEE8;
}
</style>
background-color css
<style>
a { background-color: #46CEE8; }
a { background-color: rgb(70,206,232); }
div.DivClassName
{
background-color: #46CEE8;
}
.BgClassName
{
background-color: #46CEE8;
}
</style>
border-color css
<style>
span { border-color: #46CEE8; }
span { border-color: rgb(70,206,232); }
td.TdClassName
{
border-color: #46CEE8;
}
.TagClassName
{
border-color: #46CEE8;
}
</style>