Shades of Turquoise #46FEDF
Tints of Turquoise #46FEDF
RGB
CMYK
RGB Variations
Color information
#46FEDF (or 0x46FEDF) is known color: Turquoise. HEX triplet: 46, FE and DF. RGB value is (70,254,223). Sum of RGB (Red+Green+Blue) = 70+254+223=547 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.80% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEDF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEDF is #B90120. Grayscale: #C3C3C3. Windows color (decimal): -12124449 or 14679622. OLE color: 14679622.
HSL color Cylindrical-coordinate representation of color #46FEDF: hue angle of 169.89º 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 #46FEDF is Cyan = 0.72, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 223 | - |
| CMYK | 0.72 | 0 | 0.12 | 0.00 |
| HSL | 169.89º | 0.99% | 0.64% | - |
| HSV(B) | 169.89º | 0.72% | 1% | - |
| XYZ | 51.29 | 77.51 | 82.07 | - |
| YUV | 195.45 | 143.54 | 38.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 223 | 0.72 | 0 | 0.12 | 0.00 | 169.89 | 0.99 | 0.64 |
| Hex | 46 | FE | DF | 48 | 0 | C | 0 | AA | 63 | 40 |
| Octal | 106 | 376 | 337 | 110 | 0 | 14 | 0 | 252 | 143 | 100 |
| Binary | 1000110 | 11111110 | 11011111 | 1001000 | 0 | 1100 | 0 | 10101010 | 1100011 | 1000000 |
Color Harmonies of #46FEDF
Complementary color
Monochromatic Colors of #46FEDF
Black with #46FEDF
Text Example
Text Example
White with #46FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FEDF; }
p { color: rgb(70,254,223); }
H1.HeaderClassName
{
color: #46FEDF;
}
.AnyTagClassName
{
color: #46FEDF;
}
</style>
background-color css
<style>
a { background-color: #46FEDF; }
a { background-color: rgb(70,254,223); }
div.DivClassName
{
background-color: #46FEDF;
}
.BgClassName
{
background-color: #46FEDF;
}
</style>
border-color css
<style>
span { border-color: #46FEDF; }
span { border-color: rgb(70,254,223); }
td.TdClassName
{
border-color: #46FEDF;
}
.TagClassName
{
border-color: #46FEDF;
}
</style>