Shades of Turquoise #46FEDB
Tints of Turquoise #46FEDB
RGB
CMYK
RGB Variations
Color information
#46FEDB (or 0x46FEDB) is known color: Turquoise. HEX triplet: 46, FE and DB. RGB value is (70,254,219). Sum of RGB (Red+Green+Blue) = 70+254+219=543 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.89% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEDB is #B90124. Grayscale: #C2C2C2. Windows color (decimal): -12124453 or 14417478. OLE color: 14417478.
HSL color Cylindrical-coordinate representation of color #46FEDB: hue angle of 168.59º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FEDB is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 219 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.00 |
| HSL | 168.59º | 0.99% | 0.64% | - |
| HSV(B) | 168.59º | 0.72% | 1% | - |
| XYZ | 50.75 | 77.3 | 79.26 | - |
| YUV | 194.99 | 141.54 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 219 | 0.72 | 0 | 0.14 | 0.00 | 168.59 | 0.99 | 0.64 |
| Hex | 46 | FE | DB | 48 | 0 | E | 0 | A9 | 63 | 40 |
| Octal | 106 | 376 | 333 | 110 | 0 | 16 | 0 | 251 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11011011 | 1001000 | 0 | 1110 | 0 | 10101001 | 1100011 | 1000000 |
Color Harmonies of #46FEDB
Complementary color
Monochromatic Colors of #46FEDB
Black with #46FEDB
Text Example
Text Example
White with #46FEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEDB; }
p { color: rgb(70,254,219); }
H1.HeaderClassName
{
color: #46FEDB;
}
.AnyTagClassName
{
color: #46FEDB;
}
</style>
background-color css
<style>
a { background-color: #46FEDB; }
a { background-color: rgb(70,254,219); }
div.DivClassName
{
background-color: #46FEDB;
}
.BgClassName
{
background-color: #46FEDB;
}
</style>
border-color css
<style>
span { border-color: #46FEDB; }
span { border-color: rgb(70,254,219); }
td.TdClassName
{
border-color: #46FEDB;
}
.TagClassName
{
border-color: #46FEDB;
}
</style>