Shades of Turquoise #46FFD1
Tints of Turquoise #46FFD1
RGB
CMYK
RGB Variations
Color information
#46FFD1 (or 0x46FFD1) is known color: Turquoise. HEX triplet: 46, FF and D1. RGB value is (70,255,209). Sum of RGB (Red+Green+Blue) = 70+255+209=534 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.11% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 209 (82.03% from 255 or 39.14% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFD1 is #B9002E. Grayscale: #C2C2C2. Windows color (decimal): -12124207 or 13762374. OLE color: 13762374.
HSL color Cylindrical-coordinate representation of color #46FFD1: hue angle of 165.08º 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 #46FFD1 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 209 | - |
| CMYK | 0.73 | 0 | 0.18 | 0 |
| HSL | 165.08º | 1% | 0.64% | - |
| HSV(B) | 165.08º | 0.73% | 1% | - |
| XYZ | 49.79 | 77.43 | 72.64 | - |
| YUV | 194.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 209 | 0.73 | 0 | 0.18 | 0 | 165.08 | 1 | 0.64 |
| Hex | 46 | FF | D1 | 49 | 0 | 12 | 0 | A5 | 64 | 40 |
| Octal | 106 | 377 | 321 | 111 | 0 | 22 | 0 | 245 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11010001 | 1001001 | 0 | 10010 | 0 | 10100101 | 1100100 | 1000000 |
Color Harmonies of #46FFD1
Complementary color
Monochromatic Colors of #46FFD1
Black with #46FFD1
Text Example
Text Example
White with #46FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFD1; }
p { color: rgb(70,255,209); }
H1.HeaderClassName
{
color: #46FFD1;
}
.AnyTagClassName
{
color: #46FFD1;
}
</style>
background-color css
<style>
a { background-color: #46FFD1; }
a { background-color: rgb(70,255,209); }
div.DivClassName
{
background-color: #46FFD1;
}
.BgClassName
{
background-color: #46FFD1;
}
</style>
border-color css
<style>
span { border-color: #46FFD1; }
span { border-color: rgb(70,255,209); }
td.TdClassName
{
border-color: #46FFD1;
}
.TagClassName
{
border-color: #46FFD1;
}
</style>