Shades of Turquoise #46F3DB
Tints of Turquoise #46F3DB
RGB
CMYK
RGB Variations
Color information
#46F3DB (or 0x46F3DB) is known color: Turquoise. HEX triplet: 46, F3 and DB. RGB value is (70,243,219). Sum of RGB (Red+Green+Blue) = 70+243+219=532 (70% of max value = 765). Red value is 70 (27.73% from 255 or 13.16% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #46F3DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46F3DB is #B90C24. Grayscale: #BCBCBC. Windows color (decimal): -12127269 or 14414662. OLE color: 14414662.
HSL color Cylindrical-coordinate representation of color #46F3DB: hue angle of 171.68º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F3DB is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 243 | 219 | - |
| CMYK | 0.71 | 0 | 0.10 | 0.05 |
| HSL | 171.68º | 0.88% | 0.61% | - |
| HSV(B) | 171.68º | 0.71% | 0.95% | - |
| XYZ | 47.36 | 70.52 | 78.13 | - |
| YUV | 188.54 | 145.19 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 243 | 219 | 0.71 | 0 | 0.10 | 0.05 | 171.68 | 0.88 | 0.61 |
| Hex | 46 | F3 | DB | 47 | 0 | A | 5 | AC | 58 | 3D |
| Octal | 106 | 363 | 333 | 107 | 0 | 12 | 5 | 254 | 130 | 75 |
| Binary | 1000110 | 11110011 | 11011011 | 1000111 | 0 | 1010 | 101 | 10101100 | 1011000 | 111101 |
Color Harmonies of #46F3DB
Complementary color
Monochromatic Colors of #46F3DB
Black with #46F3DB
Text Example
Text Example
White with #46F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F3DB; }
p { color: rgb(70,243,219); }
H1.HeaderClassName
{
color: #46F3DB;
}
.AnyTagClassName
{
color: #46F3DB;
}
</style>
background-color css
<style>
a { background-color: #46F3DB; }
a { background-color: rgb(70,243,219); }
div.DivClassName
{
background-color: #46F3DB;
}
.BgClassName
{
background-color: #46F3DB;
}
</style>
border-color css
<style>
span { border-color: #46F3DB; }
span { border-color: rgb(70,243,219); }
td.TdClassName
{
border-color: #46F3DB;
}
.TagClassName
{
border-color: #46F3DB;
}
</style>