Shades of Turquoise Blue #44DCFE
Tints of Turquoise Blue #44DCFE
RGB
CMYK
RGB Variations
Color information
#44DCFE (or 0x44DCFE) is known color: Turquoise Blue. HEX triplet: 44, DC and FE. RGB value is (68,220,254). Sum of RGB (Red+Green+Blue) = 68+220+254=542 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.55% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #44DCFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCFE is #BB2301. Grayscale: #B2B2B2. Windows color (decimal): -12264194 or 16702532. OLE color: 16702532.
HSL color Cylindrical-coordinate representation of color #44DCFE: hue angle of 190.97º 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 #44DCFE is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 220 | 254 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.00 |
| HSL | 190.97º | 0.99% | 0.63% | - |
| HSV(B) | 190.97º | 0.73% | 1% | - |
| XYZ | 45.87 | 59.57 | 102.85 | - |
| YUV | 178.43 | 170.64 | 49.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 254 | 0.73 | 0.13 | 0 | 0.00 | 190.97 | 0.99 | 0.63 |
| Hex | 44 | DC | FE | 49 | D | 0 | 0 | BF | 63 | 3F |
| Octal | 104 | 334 | 376 | 111 | 15 | 0 | 0 | 277 | 143 | 77 |
| Binary | 1000100 | 11011100 | 11111110 | 1001001 | 1101 | 0 | 0 | 10111111 | 1100011 | 111111 |
Color Harmonies of #44DCFE
Complementary color
Monochromatic Colors of #44DCFE
Black with #44DCFE
Text Example
Text Example
White with #44DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCFE; }
p { color: rgb(68,220,254); }
H1.HeaderClassName
{
color: #44DCFE;
}
.AnyTagClassName
{
color: #44DCFE;
}
</style>
background-color css
<style>
a { background-color: #44DCFE; }
a { background-color: rgb(68,220,254); }
div.DivClassName
{
background-color: #44DCFE;
}
.BgClassName
{
background-color: #44DCFE;
}
</style>
border-color css
<style>
span { border-color: #44DCFE; }
span { border-color: rgb(68,220,254); }
td.TdClassName
{
border-color: #44DCFE;
}
.TagClassName
{
border-color: #44DCFE;
}
</style>