Shades of Turquoise Blue #44DBFE
Tints of Turquoise Blue #44DBFE
RGB
CMYK
RGB Variations
Color information
#44DBFE (or 0x44DBFE) is known color: Turquoise Blue. HEX triplet: 44, DB and FE. RGB value is (68,219,254). Sum of RGB (Red+Green+Blue) = 68+219+254=541 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.57% from 541); Green value is 219 (85.94% from 255 or 40.48% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #44DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DBFE is #BB2401. Grayscale: #B1B1B1. Windows color (decimal): -12264450 or 16702276. OLE color: 16702276.
HSL color Cylindrical-coordinate representation of color #44DBFE: hue angle of 191.29º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44DBFE is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 219 | 254 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.00 |
| HSL | 191.29º | 0.99% | 0.63% | - |
| HSV(B) | 191.29º | 0.73% | 1% | - |
| XYZ | 45.6 | 59.05 | 102.76 | - |
| YUV | 177.84 | 170.97 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 254 | 0.73 | 0.14 | 0 | 0.00 | 191.29 | 0.99 | 0.63 |
| Hex | 44 | DB | FE | 49 | E | 0 | 0 | BF | 63 | 3F |
| Octal | 104 | 333 | 376 | 111 | 16 | 0 | 0 | 277 | 143 | 77 |
| Binary | 1000100 | 11011011 | 11111110 | 1001001 | 1110 | 0 | 0 | 10111111 | 1100011 | 111111 |
Color Harmonies of #44DBFE
Complementary color
Monochromatic Colors of #44DBFE
Black with #44DBFE
Text Example
Text Example
White with #44DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBFE; }
p { color: rgb(68,219,254); }
H1.HeaderClassName
{
color: #44DBFE;
}
.AnyTagClassName
{
color: #44DBFE;
}
</style>
background-color css
<style>
a { background-color: #44DBFE; }
a { background-color: rgb(68,219,254); }
div.DivClassName
{
background-color: #44DBFE;
}
.BgClassName
{
background-color: #44DBFE;
}
</style>
border-color css
<style>
span { border-color: #44DBFE; }
span { border-color: rgb(68,219,254); }
td.TdClassName
{
border-color: #44DBFE;
}
.TagClassName
{
border-color: #44DBFE;
}
</style>