Shades of Turquoise #46FFD0
Tints of Turquoise #46FFD0
RGB
CMYK
RGB Variations
Color information
#46FFD0 (or 0x46FFD0) is known color: Turquoise. HEX triplet: 46, FF and D0. RGB value is (70,255,208). Sum of RGB (Red+Green+Blue) = 70+255+208=533 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.13% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFD0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFD0 is #B9002F. Grayscale: #C2C2C2. Windows color (decimal): -12124208 or 13696838. OLE color: 13696838.
HSL color Cylindrical-coordinate representation of color #46FFD0: hue angle of 164.76º 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 #46FFD0 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 208 | - |
| CMYK | 0.73 | 0 | 0.18 | 0 |
| HSL | 164.76º | 1% | 0.64% | - |
| HSV(B) | 164.76º | 0.73% | 1% | - |
| XYZ | 49.67 | 77.38 | 71.99 | - |
| YUV | 194.33 | 135.71 | 39.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 208 | 0.73 | 0 | 0.18 | 0 | 164.76 | 1 | 0.64 |
| Hex | 46 | FF | D0 | 49 | 0 | 12 | 0 | A5 | 64 | 40 |
| Octal | 106 | 377 | 320 | 111 | 0 | 22 | 0 | 245 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11010000 | 1001001 | 0 | 10010 | 0 | 10100101 | 1100100 | 1000000 |
Color Harmonies of #46FFD0
Complementary color
Monochromatic Colors of #46FFD0
Black with #46FFD0
Text Example
Text Example
White with #46FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFD0; }
p { color: rgb(70,255,208); }
H1.HeaderClassName
{
color: #46FFD0;
}
.AnyTagClassName
{
color: #46FFD0;
}
</style>
background-color css
<style>
a { background-color: #46FFD0; }
a { background-color: rgb(70,255,208); }
div.DivClassName
{
background-color: #46FFD0;
}
.BgClassName
{
background-color: #46FFD0;
}
</style>
border-color css
<style>
span { border-color: #46FFD0; }
span { border-color: rgb(70,255,208); }
td.TdClassName
{
border-color: #46FFD0;
}
.TagClassName
{
border-color: #46FFD0;
}
</style>