Shades of Turquoise #46FADB
Tints of Turquoise #46FADB
RGB
CMYK
RGB Variations
Color information
#46FADB (or 0x46FADB) is known color: Turquoise. HEX triplet: 46, FA and DB. RGB value is (70,250,219). Sum of RGB (Red+Green+Blue) = 70+250+219=539 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.99% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #46FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FADB is #B90524. Grayscale: #C0C0C0. Windows color (decimal): -12125477 or 14416454. OLE color: 14416454.
HSL color Cylindrical-coordinate representation of color #46FADB: hue angle of 169.67º 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 #46FADB is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 250 | 219 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.02 |
| HSL | 169.67º | 0.95% | 0.63% | - |
| HSV(B) | 169.67º | 0.72% | 0.98% | - |
| XYZ | 49.5 | 74.79 | 78.84 | - |
| YUV | 192.65 | 142.87 | 40.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 250 | 219 | 0.72 | 0 | 0.12 | 0.02 | 169.67 | 0.95 | 0.63 |
| Hex | 46 | FA | DB | 48 | 0 | C | 2 | AA | 5F | 3F |
| Octal | 106 | 372 | 333 | 110 | 0 | 14 | 2 | 252 | 137 | 77 |
| Binary | 1000110 | 11111010 | 11011011 | 1001000 | 0 | 1100 | 10 | 10101010 | 1011111 | 111111 |
Color Harmonies of #46FADB
Complementary color
Monochromatic Colors of #46FADB
Black with #46FADB
Text Example
Text Example
White with #46FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FADB; }
p { color: rgb(70,250,219); }
H1.HeaderClassName
{
color: #46FADB;
}
.AnyTagClassName
{
color: #46FADB;
}
</style>
background-color css
<style>
a { background-color: #46FADB; }
a { background-color: rgb(70,250,219); }
div.DivClassName
{
background-color: #46FADB;
}
.BgClassName
{
background-color: #46FADB;
}
</style>
border-color css
<style>
span { border-color: #46FADB; }
span { border-color: rgb(70,250,219); }
td.TdClassName
{
border-color: #46FADB;
}
.TagClassName
{
border-color: #46FADB;
}
</style>