Shades of Turquoise #46FADA
Tints of Turquoise #46FADA
RGB
CMYK
RGB Variations
Color information
#46FADA (or 0x46FADA) is known color: Turquoise. HEX triplet: 46, FA and DA. RGB value is (70,250,218). Sum of RGB (Red+Green+Blue) = 70+250+218=538 (71% of max value = 765). Red value is 70 (27.73% from 255 or 13.01% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #46FADA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FADA is #B90525. Grayscale: #C0C0C0. Windows color (decimal): -12125478 or 14350918. OLE color: 14350918.
HSL color Cylindrical-coordinate representation of color #46FADA: hue angle of 169.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 #46FADA is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 218 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.02 |
| HSL | 169.33º | 0.95% | 0.63% | - |
| HSV(B) | 169.33º | 0.72% | 0.98% | - |
| XYZ | 49.37 | 74.74 | 78.15 | - |
| YUV | 192.53 | 142.37 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 218 | 0.72 | 0 | 0.13 | 0.02 | 169.33 | 0.95 | 0.63 |
| Hex | 46 | FA | DA | 48 | 0 | D | 2 | A9 | 5F | 3F |
| Octal | 106 | 372 | 332 | 110 | 0 | 15 | 2 | 251 | 137 | 77 |
| Binary | 1000110 | 11111010 | 11011010 | 1001000 | 0 | 1101 | 10 | 10101001 | 1011111 | 111111 |
Color Harmonies of #46FADA
Complementary color
Monochromatic Colors of #46FADA
Black with #46FADA
Text Example
Text Example
White with #46FADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FADA; }
p { color: rgb(70,250,218); }
H1.HeaderClassName
{
color: #46FADA;
}
.AnyTagClassName
{
color: #46FADA;
}
</style>
background-color css
<style>
a { background-color: #46FADA; }
a { background-color: rgb(70,250,218); }
div.DivClassName
{
background-color: #46FADA;
}
.BgClassName
{
background-color: #46FADA;
}
</style>
border-color css
<style>
span { border-color: #46FADA; }
span { border-color: rgb(70,250,218); }
td.TdClassName
{
border-color: #46FADA;
}
.TagClassName
{
border-color: #46FADA;
}
</style>