Shades of Medium Turquoise #46CFE8
Tints of Medium Turquoise #46CFE8
RGB
CMYK
RGB Variations
Color information
#46CFE8 (or 0x46CFE8) is known color: Medium Turquoise. HEX triplet: 46, CF and E8. RGB value is (70,207,232). Sum of RGB (Red+Green+Blue) = 70+207+232=509 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.75% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 232 (91.02% from 255 or 45.58% from 509); Max value from RGB is 232 - color contains mainly: blue. Hex color #46CFE8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CFE8 is #B93017. Grayscale: #A8A8A8. Windows color (decimal): -12136472 or 15257414. OLE color: 15257414.
HSL color Cylindrical-coordinate representation of color #46CFE8: hue angle of 189.26º 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 #46CFE8 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 207 | 232 | - |
| CMYK | 0.70 | 0.11 | 0 | 0.09 |
| HSL | 189.26º | 0.78% | 0.59% | - |
| HSV(B) | 189.26º | 0.7% | 0.91% | - |
| XYZ | 39.4 | 51.75 | 84.26 | - |
| YUV | 168.89 | 163.61 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 232 | 0.70 | 0.11 | 0 | 0.09 | 189.26 | 0.78 | 0.59 |
| Hex | 46 | CF | E8 | 46 | B | 0 | 9 | BD | 4E | 3B |
| Octal | 106 | 317 | 350 | 106 | 13 | 0 | 11 | 275 | 116 | 73 |
| Binary | 1000110 | 11001111 | 11101000 | 1000110 | 1011 | 0 | 1001 | 10111101 | 1001110 | 111011 |
Color Harmonies of #46CFE8
Complementary color
Monochromatic Colors of #46CFE8
Black with #46CFE8
Text Example
Text Example
White with #46CFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CFE8; }
p { color: rgb(70,207,232); }
H1.HeaderClassName
{
color: #46CFE8;
}
.AnyTagClassName
{
color: #46CFE8;
}
</style>
background-color css
<style>
a { background-color: #46CFE8; }
a { background-color: rgb(70,207,232); }
div.DivClassName
{
background-color: #46CFE8;
}
.BgClassName
{
background-color: #46CFE8;
}
</style>
border-color css
<style>
span { border-color: #46CFE8; }
span { border-color: rgb(70,207,232); }
td.TdClassName
{
border-color: #46CFE8;
}
.TagClassName
{
border-color: #46CFE8;
}
</style>