Shades of Turquoise #46FFDD
Tints of Turquoise #46FFDD
RGB
CMYK
RGB Variations
Color information
#46FFDD (or 0x46FFDD) is known color: Turquoise. HEX triplet: 46, FF and DD. RGB value is (70,255,221). Sum of RGB (Red+Green+Blue) = 70+255+221=546 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.82% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFDD is #B90022. Grayscale: #C3C3C3. Windows color (decimal): -12124195 or 14548806. OLE color: 14548806.
HSL color Cylindrical-coordinate representation of color #46FFDD: hue angle of 168.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFDD is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 221 | - |
| CMYK | 0.73 | 0 | 0.13 | 0 |
| HSL | 168.97º | 1% | 0.64% | - |
| HSV(B) | 168.97º | 0.73% | 1% | - |
| XYZ | 51.34 | 78.04 | 80.76 | - |
| YUV | 195.81 | 142.21 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 221 | 0.73 | 0 | 0.13 | 0 | 168.97 | 1 | 0.64 |
| Hex | 46 | FF | DD | 49 | 0 | D | 0 | A9 | 64 | 40 |
| Octal | 106 | 377 | 335 | 111 | 0 | 15 | 0 | 251 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11011101 | 1001001 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000000 |
Color Harmonies of #46FFDD
Complementary color
Monochromatic Colors of #46FFDD
Black with #46FFDD
Text Example
Text Example
White with #46FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFDD; }
p { color: rgb(70,255,221); }
H1.HeaderClassName
{
color: #46FFDD;
}
.AnyTagClassName
{
color: #46FFDD;
}
</style>
background-color css
<style>
a { background-color: #46FFDD; }
a { background-color: rgb(70,255,221); }
div.DivClassName
{
background-color: #46FFDD;
}
.BgClassName
{
background-color: #46FFDD;
}
</style>
border-color css
<style>
span { border-color: #46FFDD; }
span { border-color: rgb(70,255,221); }
td.TdClassName
{
border-color: #46FFDD;
}
.TagClassName
{
border-color: #46FFDD;
}
</style>