Shades of Turquoise Blue #44DBFD
Tints of Turquoise Blue #44DBFD
RGB
CMYK
RGB Variations
Color information
#44DBFD (or 0x44DBFD) is known color: Turquoise Blue. HEX triplet: 44, DB and FD. RGB value is (68,219,253). Sum of RGB (Red+Green+Blue) = 68+219+253=540 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.59% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #44DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DBFD is #BB2402. Grayscale: #B1B1B1. Windows color (decimal): -12264451 or 16636740. OLE color: 16636740.
HSL color Cylindrical-coordinate representation of color #44DBFD: hue angle of 191.03º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44DBFD is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 219 | 253 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.01 |
| HSL | 191.03º | 0.98% | 0.63% | - |
| HSV(B) | 191.03º | 0.73% | 0.99% | - |
| XYZ | 45.45 | 58.98 | 101.92 | - |
| YUV | 177.73 | 170.47 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 253 | 0.73 | 0.13 | 0 | 0.01 | 191.03 | 0.98 | 0.63 |
| Hex | 44 | DB | FD | 49 | D | 0 | 1 | BF | 62 | 3F |
| Octal | 104 | 333 | 375 | 111 | 15 | 0 | 1 | 277 | 142 | 77 |
| Binary | 1000100 | 11011011 | 11111101 | 1001001 | 1101 | 0 | 1 | 10111111 | 1100010 | 111111 |
Color Harmonies of #44DBFD
Complementary color
Monochromatic Colors of #44DBFD
Black with #44DBFD
Text Example
Text Example
White with #44DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBFD; }
p { color: rgb(68,219,253); }
H1.HeaderClassName
{
color: #44DBFD;
}
.AnyTagClassName
{
color: #44DBFD;
}
</style>
background-color css
<style>
a { background-color: #44DBFD; }
a { background-color: rgb(68,219,253); }
div.DivClassName
{
background-color: #44DBFD;
}
.BgClassName
{
background-color: #44DBFD;
}
</style>
border-color css
<style>
span { border-color: #44DBFD; }
span { border-color: rgb(68,219,253); }
td.TdClassName
{
border-color: #44DBFD;
}
.TagClassName
{
border-color: #44DBFD;
}
</style>