Shades of Turquoise #46FCE8
Tints of Turquoise #46FCE8
RGB
CMYK
RGB Variations
Color information
#46FCE8 (or 0x46FCE8) is known color: Turquoise. HEX triplet: 46, FC and E8. RGB value is (70,252,232). Sum of RGB (Red+Green+Blue) = 70+252+232=554 (73% of max value = 765). Red value is 70 (27.73% from 255 or 12.64% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FCE8 is #B90317. Grayscale: #C3C3C3. Windows color (decimal): -12124952 or 15268934. OLE color: 15268934.
HSL color Cylindrical-coordinate representation of color #46FCE8: hue angle of 173.41º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FCE8 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 232 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.01 |
| HSL | 173.41º | 0.97% | 0.63% | - |
| HSV(B) | 173.41º | 0.72% | 0.99% | - |
| XYZ | 51.9 | 76.75 | 88.42 | - |
| YUV | 195.3 | 148.7 | 38.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 232 | 0.72 | 0 | 0.08 | 0.01 | 173.41 | 0.97 | 0.63 |
| Hex | 46 | FC | E8 | 48 | 0 | 8 | 1 | AD | 61 | 3F |
| Octal | 106 | 374 | 350 | 110 | 0 | 10 | 1 | 255 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11101000 | 1001000 | 0 | 1000 | 1 | 10101101 | 1100001 | 111111 |
Color Harmonies of #46FCE8
Complementary color
Monochromatic Colors of #46FCE8
Black with #46FCE8
Text Example
Text Example
White with #46FCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCE8; }
p { color: rgb(70,252,232); }
H1.HeaderClassName
{
color: #46FCE8;
}
.AnyTagClassName
{
color: #46FCE8;
}
</style>
background-color css
<style>
a { background-color: #46FCE8; }
a { background-color: rgb(70,252,232); }
div.DivClassName
{
background-color: #46FCE8;
}
.BgClassName
{
background-color: #46FCE8;
}
</style>
border-color css
<style>
span { border-color: #46FCE8; }
span { border-color: rgb(70,252,232); }
td.TdClassName
{
border-color: #46FCE8;
}
.TagClassName
{
border-color: #46FCE8;
}
</style>