Shades of Turquoise Blue #44DBFF
Tints of Turquoise Blue #44DBFF
RGB
CMYK
RGB Variations
Color information
#44DBFF (or 0x44DBFF) is known color: Turquoise Blue. HEX triplet: 44, DB and FF. RGB value is (68,219,255). Sum of RGB (Red+Green+Blue) = 68+219+255=542 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.55% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #44DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DBFF is #BB2400. Grayscale: #B1B1B1. Windows color (decimal): -12264449 or 16767812. OLE color: 16767812.
HSL color Cylindrical-coordinate representation of color #44DBFF: hue angle of 191.55º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44DBFF is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 219 | 255 | - |
| CMYK | 0.73 | 0.14 | 0 | 0 |
| HSL | 191.55º | 1% | 0.63% | - |
| HSV(B) | 191.55º | 0.73% | 1% | - |
| XYZ | 45.77 | 59.11 | 103.61 | - |
| YUV | 177.96 | 171.47 | 49.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 255 | 0.73 | 0.14 | 0 | 0 | 191.55 | 1 | 0.63 |
| Hex | 44 | DB | FF | 49 | E | 0 | 0 | C0 | 64 | 3F |
| Octal | 104 | 333 | 377 | 111 | 16 | 0 | 0 | 300 | 144 | 77 |
| Binary | 1000100 | 11011011 | 11111111 | 1001001 | 1110 | 0 | 0 | 11000000 | 1100100 | 111111 |
Color Harmonies of #44DBFF
Complementary color
Monochromatic Colors of #44DBFF
Black with #44DBFF
Text Example
Text Example
White with #44DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBFF; }
p { color: rgb(68,219,255); }
H1.HeaderClassName
{
color: #44DBFF;
}
.AnyTagClassName
{
color: #44DBFF;
}
</style>
background-color css
<style>
a { background-color: #44DBFF; }
a { background-color: rgb(68,219,255); }
div.DivClassName
{
background-color: #44DBFF;
}
.BgClassName
{
background-color: #44DBFF;
}
</style>
border-color css
<style>
span { border-color: #44DBFF; }
span { border-color: rgb(68,219,255); }
td.TdClassName
{
border-color: #44DBFF;
}
.TagClassName
{
border-color: #44DBFF;
}
</style>