Shades of Turquoise Blue #46DBFF
Tints of Turquoise Blue #46DBFF
RGB
CMYK
RGB Variations
Color information
#46DBFF (or 0x46DBFF) is known color: Turquoise Blue. HEX triplet: 46, DB and FF. RGB value is (70,219,255). Sum of RGB (Red+Green+Blue) = 70+219+255=544 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.87% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #46DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBFF is #B92400. Grayscale: #B2B2B2. Windows color (decimal): -12133377 or 16767814. OLE color: 16767814.
HSL color Cylindrical-coordinate representation of color #46DBFF: hue angle of 191.68º 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 #46DBFF is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 219 | 255 | - |
| CMYK | 0.73 | 0.14 | 0 | 0 |
| HSL | 191.68º | 1% | 0.64% | - |
| HSV(B) | 191.68º | 0.73% | 1% | - |
| XYZ | 45.91 | 59.19 | 103.61 | - |
| YUV | 178.55 | 171.14 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 255 | 0.73 | 0.14 | 0 | 0 | 191.68 | 1 | 0.64 |
| Hex | 46 | DB | FF | 49 | E | 0 | 0 | C0 | 64 | 40 |
| Octal | 106 | 333 | 377 | 111 | 16 | 0 | 0 | 300 | 144 | 100 |
| Binary | 1000110 | 11011011 | 11111111 | 1001001 | 1110 | 0 | 0 | 11000000 | 1100100 | 1000000 |
Color Harmonies of #46DBFF
Complementary color
Monochromatic Colors of #46DBFF
Black with #46DBFF
Text Example
Text Example
White with #46DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBFF; }
p { color: rgb(70,219,255); }
H1.HeaderClassName
{
color: #46DBFF;
}
.AnyTagClassName
{
color: #46DBFF;
}
</style>
background-color css
<style>
a { background-color: #46DBFF; }
a { background-color: rgb(70,219,255); }
div.DivClassName
{
background-color: #46DBFF;
}
.BgClassName
{
background-color: #46DBFF;
}
</style>
border-color css
<style>
span { border-color: #46DBFF; }
span { border-color: rgb(70,219,255); }
td.TdClassName
{
border-color: #46DBFF;
}
.TagClassName
{
border-color: #46DBFF;
}
</style>