Shades of Turquoise #46FBDB
Tints of Turquoise #46FBDB
RGB
CMYK
RGB Variations
Color information
#46FBDB (or 0x46FBDB) is known color: Turquoise. HEX triplet: 46, FB and DB. RGB value is (70,251,219). Sum of RGB (Red+Green+Blue) = 70+251+219=540 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.96% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #46FBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FBDB is #B90424. Grayscale: #C1C1C1. Windows color (decimal): -12125221 or 14416710. OLE color: 14416710.
HSL color Cylindrical-coordinate representation of color #46FBDB: hue angle of 169.39º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FBDB is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 251 | 219 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.02 |
| HSL | 169.39º | 0.96% | 0.63% | - |
| HSV(B) | 169.39º | 0.72% | 0.98% | - |
| XYZ | 49.81 | 75.41 | 78.95 | - |
| YUV | 193.23 | 142.53 | 40.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 251 | 219 | 0.72 | 0 | 0.13 | 0.02 | 169.39 | 0.96 | 0.63 |
| Hex | 46 | FB | DB | 48 | 0 | D | 2 | A9 | 60 | 3F |
| Octal | 106 | 373 | 333 | 110 | 0 | 15 | 2 | 251 | 140 | 77 |
| Binary | 1000110 | 11111011 | 11011011 | 1001000 | 0 | 1101 | 10 | 10101001 | 1100000 | 111111 |
Color Harmonies of #46FBDB
Complementary color
Monochromatic Colors of #46FBDB
Black with #46FBDB
Text Example
Text Example
White with #46FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FBDB; }
p { color: rgb(70,251,219); }
H1.HeaderClassName
{
color: #46FBDB;
}
.AnyTagClassName
{
color: #46FBDB;
}
</style>
background-color css
<style>
a { background-color: #46FBDB; }
a { background-color: rgb(70,251,219); }
div.DivClassName
{
background-color: #46FBDB;
}
.BgClassName
{
background-color: #46FBDB;
}
</style>
border-color css
<style>
span { border-color: #46FBDB; }
span { border-color: rgb(70,251,219); }
td.TdClassName
{
border-color: #46FBDB;
}
.TagClassName
{
border-color: #46FBDB;
}
</style>