Shades of Turquoise #46FAE0
Tints of Turquoise #46FAE0
RGB
CMYK
RGB Variations
Color information
#46FAE0 (or 0x46FAE0) is known color: Turquoise. HEX triplet: 46, FA and E0. RGB value is (70,250,224). Sum of RGB (Red+Green+Blue) = 70+250+224=544 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.87% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 224 (87.89% from 255 or 41.18% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #46FAE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FAE0 is #B9051F. Grayscale: #C1C1C1. Windows color (decimal): -12125472 or 14744134. OLE color: 14744134.
HSL color Cylindrical-coordinate representation of color #46FAE0: hue angle of 171.33º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FAE0 is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 224 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.02 |
| HSL | 171.33º | 0.95% | 0.63% | - |
| HSV(B) | 171.33º | 0.72% | 0.98% | - |
| XYZ | 50.17 | 75.06 | 82.36 | - |
| YUV | 193.22 | 145.37 | 40.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 224 | 0.72 | 0 | 0.10 | 0.02 | 171.33 | 0.95 | 0.63 |
| Hex | 46 | FA | E0 | 48 | 0 | A | 2 | AB | 5F | 3F |
| Octal | 106 | 372 | 340 | 110 | 0 | 12 | 2 | 253 | 137 | 77 |
| Binary | 1000110 | 11111010 | 11100000 | 1001000 | 0 | 1010 | 10 | 10101011 | 1011111 | 111111 |
Color Harmonies of #46FAE0
Complementary color
Monochromatic Colors of #46FAE0
Black with #46FAE0
Text Example
Text Example
White with #46FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FAE0; }
p { color: rgb(70,250,224); }
H1.HeaderClassName
{
color: #46FAE0;
}
.AnyTagClassName
{
color: #46FAE0;
}
</style>
background-color css
<style>
a { background-color: #46FAE0; }
a { background-color: rgb(70,250,224); }
div.DivClassName
{
background-color: #46FAE0;
}
.BgClassName
{
background-color: #46FAE0;
}
</style>
border-color css
<style>
span { border-color: #46FAE0; }
span { border-color: rgb(70,250,224); }
td.TdClassName
{
border-color: #46FAE0;
}
.TagClassName
{
border-color: #46FAE0;
}
</style>