Shades of Turquoise #46FFD3
Tints of Turquoise #46FFD3
RGB
CMYK
RGB Variations
Color information
#46FFD3 (or 0x46FFD3) is known color: Turquoise. HEX triplet: 46, FF and D3. RGB value is (70,255,211). Sum of RGB (Red+Green+Blue) = 70+255+211=536 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.06% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 211 (82.81% from 255 or 39.37% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFD3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFD3 is #B9002C. Grayscale: #C2C2C2. Windows color (decimal): -12124205 or 13893446. OLE color: 13893446.
HSL color Cylindrical-coordinate representation of color #46FFD3: hue angle of 165.73º 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 #46FFD3 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 211 | - |
| CMYK | 0.73 | 0 | 0.17 | 0 |
| HSL | 165.73º | 1% | 0.64% | - |
| HSV(B) | 165.73º | 0.73% | 1% | - |
| XYZ | 50.04 | 77.53 | 73.95 | - |
| YUV | 194.67 | 137.21 | 39.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 211 | 0.73 | 0 | 0.17 | 0 | 165.73 | 1 | 0.64 |
| Hex | 46 | FF | D3 | 49 | 0 | 11 | 0 | A6 | 64 | 40 |
| Octal | 106 | 377 | 323 | 111 | 0 | 21 | 0 | 246 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11010011 | 1001001 | 0 | 10001 | 0 | 10100110 | 1100100 | 1000000 |
Color Harmonies of #46FFD3
Complementary color
Monochromatic Colors of #46FFD3
Black with #46FFD3
Text Example
Text Example
White with #46FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFD3; }
p { color: rgb(70,255,211); }
H1.HeaderClassName
{
color: #46FFD3;
}
.AnyTagClassName
{
color: #46FFD3;
}
</style>
background-color css
<style>
a { background-color: #46FFD3; }
a { background-color: rgb(70,255,211); }
div.DivClassName
{
background-color: #46FFD3;
}
.BgClassName
{
background-color: #46FFD3;
}
</style>
border-color css
<style>
span { border-color: #46FFD3; }
span { border-color: rgb(70,255,211); }
td.TdClassName
{
border-color: #46FFD3;
}
.TagClassName
{
border-color: #46FFD3;
}
</style>