Shades of Turquoise #46FFDA
Tints of Turquoise #46FFDA
RGB
CMYK
RGB Variations
Color information
#46FFDA (or 0x46FFDA) is known color: Turquoise. HEX triplet: 46, FF and DA. RGB value is (70,255,218). Sum of RGB (Red+Green+Blue) = 70+255+218=543 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.89% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FFDA is #B90025. Grayscale: #C3C3C3. Windows color (decimal): -12124198 or 14352198. OLE color: 14352198.
HSL color Cylindrical-coordinate representation of color #46FFDA: hue angle of 168º 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 #46FFDA is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 218 | - |
| CMYK | 0.73 | 0 | 0.15 | 0 |
| HSL | 168º | 1% | 0.64% | - |
| HSV(B) | 168º | 0.73% | 1% | - |
| XYZ | 50.94 | 77.88 | 78.68 | - |
| YUV | 195.47 | 140.71 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 218 | 0.73 | 0 | 0.15 | 0 | 168 | 1 | 0.64 |
| Hex | 46 | FF | DA | 49 | 0 | F | 0 | A8 | 64 | 40 |
| Octal | 106 | 377 | 332 | 111 | 0 | 17 | 0 | 250 | 144 | 100 |
| Binary | 1000110 | 11111111 | 11011010 | 1001001 | 0 | 1111 | 0 | 10101000 | 1100100 | 1000000 |
Color Harmonies of #46FFDA
Complementary color
Monochromatic Colors of #46FFDA
Black with #46FFDA
Text Example
Text Example
White with #46FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FFDA; }
p { color: rgb(70,255,218); }
H1.HeaderClassName
{
color: #46FFDA;
}
.AnyTagClassName
{
color: #46FFDA;
}
</style>
background-color css
<style>
a { background-color: #46FFDA; }
a { background-color: rgb(70,255,218); }
div.DivClassName
{
background-color: #46FFDA;
}
.BgClassName
{
background-color: #46FFDA;
}
</style>
border-color css
<style>
span { border-color: #46FFDA; }
span { border-color: rgb(70,255,218); }
td.TdClassName
{
border-color: #46FFDA;
}
.TagClassName
{
border-color: #46FFDA;
}
</style>