Shades of Turquoise #46FFD4
Tints of Turquoise #46FFD4
RGB
CMYK
RGB Variations
Color information
#46FFD4 (or 0x46FFD4) is known color: Turquoise. HEX triplet: 46, FF and D4. RGB value is (70,255,212). Sum of RGB (Red+Green+Blue) = 70+255+212=537 (71% of max value = 765). Red value is 70 (27.73% from 255 or 13.04% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFD4 is #B9002B. Grayscale: #C2C2C2. Windows color (decimal): -12124204 or 13958982. OLE color: 13958982.
HSL color Cylindrical-coordinate representation of color #46FFD4: hue angle of 166.05º 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 #46FFD4 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 212 | - |
| CMYK | 0.73 | 0 | 0.17 | 0 |
| HSL | 166.05º | 1% | 0.64% | - |
| HSV(B) | 166.05º | 0.73% | 1% | - |
| XYZ | 50.17 | 77.58 | 74.62 | - |
| YUV | 194.78 | 137.71 | 39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 212 | 0.73 | 0 | 0.17 | 0 | 166.05 | 1 | 0.64 |
| Hex | 46 | FF | D4 | 49 | 0 | 11 | 0 | A6 | 64 | 40 |
| Octal | 106 | 377 | 324 | 111 | 0 | 21 | 0 | 246 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11010100 | 1001001 | 0 | 10001 | 0 | 10100110 | 1100100 | 1000000 |
Color Harmonies of #46FFD4
Complementary color
Monochromatic Colors of #46FFD4
Black with #46FFD4
Text Example
Text Example
White with #46FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFD4; }
p { color: rgb(70,255,212); }
H1.HeaderClassName
{
color: #46FFD4;
}
.AnyTagClassName
{
color: #46FFD4;
}
</style>
background-color css
<style>
a { background-color: #46FFD4; }
a { background-color: rgb(70,255,212); }
div.DivClassName
{
background-color: #46FFD4;
}
.BgClassName
{
background-color: #46FFD4;
}
</style>
border-color css
<style>
span { border-color: #46FFD4; }
span { border-color: rgb(70,255,212); }
td.TdClassName
{
border-color: #46FFD4;
}
.TagClassName
{
border-color: #46FFD4;
}
</style>