Shades of Turquoise Blue #46DBFD
Tints of Turquoise Blue #46DBFD
RGB
CMYK
RGB Variations
Color information
#46DBFD (or 0x46DBFD) is known color: Turquoise Blue. HEX triplet: 46, DB and FD. RGB value is (70,219,253). Sum of RGB (Red+Green+Blue) = 70+219+253=542 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.92% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 253 (99.22% from 255 or 46.68% from 542); Max value from RGB is 253 - color contains mainly: blue. Hex color #46DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46DBFD is #B92402. Grayscale: #B2B2B2. Windows color (decimal): -12133379 or 16636742. OLE color: 16636742.
HSL color Cylindrical-coordinate representation of color #46DBFD: hue angle of 191.15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46DBFD is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 219 | 253 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.01 |
| HSL | 191.15º | 0.98% | 0.63% | - |
| HSV(B) | 191.15º | 0.72% | 0.99% | - |
| XYZ | 45.59 | 59.06 | 101.93 | - |
| YUV | 178.33 | 170.14 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 219 | 253 | 0.72 | 0.13 | 0 | 0.01 | 191.15 | 0.98 | 0.63 |
| Hex | 46 | DB | FD | 48 | D | 0 | 1 | BF | 62 | 3F |
| Octal | 106 | 333 | 375 | 110 | 15 | 0 | 1 | 277 | 142 | 77 |
| Binary | 1000110 | 11011011 | 11111101 | 1001000 | 1101 | 0 | 1 | 10111111 | 1100010 | 111111 |
Color Harmonies of #46DBFD
Complementary color
Monochromatic Colors of #46DBFD
Black with #46DBFD
Text Example
Text Example
White with #46DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DBFD; }
p { color: rgb(70,219,253); }
H1.HeaderClassName
{
color: #46DBFD;
}
.AnyTagClassName
{
color: #46DBFD;
}
</style>
background-color css
<style>
a { background-color: #46DBFD; }
a { background-color: rgb(70,219,253); }
div.DivClassName
{
background-color: #46DBFD;
}
.BgClassName
{
background-color: #46DBFD;
}
</style>
border-color css
<style>
span { border-color: #46DBFD; }
span { border-color: rgb(70,219,253); }
td.TdClassName
{
border-color: #46DBFD;
}
.TagClassName
{
border-color: #46DBFD;
}
</style>