Shades of Turquoise #46FCE5
Tints of Turquoise #46FCE5
RGB
CMYK
RGB Variations
Color information
#46FCE5 (or 0x46FCE5) is known color: Turquoise. HEX triplet: 46, FC and E5. RGB value is (70,252,229). Sum of RGB (Red+Green+Blue) = 70+252+229=551 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.70% from 551); Green value is 252 (98.83% from 255 or 45.74% from 551); Blue value is 229 (89.84% from 255 or 41.56% from 551); Max value from RGB is 252 - color contains mainly: green. Hex color #46FCE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FCE5 is #B9031A. Grayscale: #C2C2C2. Windows color (decimal): -12124955 or 15072326. OLE color: 15072326.
HSL color Cylindrical-coordinate representation of color #46FCE5: hue angle of 172.42º 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 #46FCE5 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 252 | 229 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.01 |
| HSL | 172.42º | 0.97% | 0.63% | - |
| HSV(B) | 172.42º | 0.72% | 0.99% | - |
| XYZ | 51.48 | 76.58 | 86.2 | - |
| YUV | 194.96 | 147.2 | 38.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 252 | 229 | 0.72 | 0 | 0.09 | 0.01 | 172.42 | 0.97 | 0.63 |
| Hex | 46 | FC | E5 | 48 | 0 | 9 | 1 | AC | 61 | 3F |
| Octal | 106 | 374 | 345 | 110 | 0 | 11 | 1 | 254 | 141 | 77 |
| Binary | 1000110 | 11111100 | 11100101 | 1001000 | 0 | 1001 | 1 | 10101100 | 1100001 | 111111 |
Color Harmonies of #46FCE5
Complementary color
Monochromatic Colors of #46FCE5
Black with #46FCE5
Text Example
Text Example
White with #46FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FCE5; }
p { color: rgb(70,252,229); }
H1.HeaderClassName
{
color: #46FCE5;
}
.AnyTagClassName
{
color: #46FCE5;
}
</style>
background-color css
<style>
a { background-color: #46FCE5; }
a { background-color: rgb(70,252,229); }
div.DivClassName
{
background-color: #46FCE5;
}
.BgClassName
{
background-color: #46FCE5;
}
</style>
border-color css
<style>
span { border-color: #46FCE5; }
span { border-color: rgb(70,252,229); }
td.TdClassName
{
border-color: #46FCE5;
}
.TagClassName
{
border-color: #46FCE5;
}
</style>