Shades of Turquoise #46FADC
Tints of Turquoise #46FADC
RGB
CMYK
RGB Variations
Color information
#46FADC (or 0x46FADC) is known color: Turquoise. HEX triplet: 46, FA and DC. RGB value is (70,250,220). Sum of RGB (Red+Green+Blue) = 70+250+220=540 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.96% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #46FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FADC is #B90523. Grayscale: #C0C0C0. Windows color (decimal): -12125476 or 14481990. OLE color: 14481990.
HSL color Cylindrical-coordinate representation of color #46FADC: hue angle of 170º 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 #46FADC is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 220 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.02 |
| HSL | 170º | 0.95% | 0.63% | - |
| HSV(B) | 170º | 0.72% | 0.98% | - |
| XYZ | 49.63 | 74.84 | 79.54 | - |
| YUV | 192.76 | 143.37 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 220 | 0.72 | 0 | 0.12 | 0.02 | 170 | 0.95 | 0.63 |
| Hex | 46 | FA | DC | 48 | 0 | C | 2 | AA | 5F | 3F |
| Octal | 106 | 372 | 334 | 110 | 0 | 14 | 2 | 252 | 137 | 77 |
| Binary | 1000110 | 11111010 | 11011100 | 1001000 | 0 | 1100 | 10 | 10101010 | 1011111 | 111111 |
Color Harmonies of #46FADC
Complementary color
Monochromatic Colors of #46FADC
Black with #46FADC
Text Example
Text Example
White with #46FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FADC; }
p { color: rgb(70,250,220); }
H1.HeaderClassName
{
color: #46FADC;
}
.AnyTagClassName
{
color: #46FADC;
}
</style>
background-color css
<style>
a { background-color: #46FADC; }
a { background-color: rgb(70,250,220); }
div.DivClassName
{
background-color: #46FADC;
}
.BgClassName
{
background-color: #46FADC;
}
</style>
border-color css
<style>
span { border-color: #46FADC; }
span { border-color: rgb(70,250,220); }
td.TdClassName
{
border-color: #46FADC;
}
.TagClassName
{
border-color: #46FADC;
}
</style>