Shades of Turquoise Blue #44DDFF
Tints of Turquoise Blue #44DDFF
RGB
CMYK
RGB Variations
Color information
#44DDFF (or 0x44DDFF) is known color: Turquoise Blue. HEX triplet: 44, DD and FF. RGB value is (68,221,255). Sum of RGB (Red+Green+Blue) = 68+221+255=544 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.5% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #44DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DDFF is #BB2200. Grayscale: #B2B2B2. Windows color (decimal): -12263937 or 16768324. OLE color: 16768324.
HSL color Cylindrical-coordinate representation of color #44DDFF: hue angle of 190.91º 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 #44DDFF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 221 | 255 | - |
| CMYK | 0.73 | 0.13 | 0 | 0 |
| HSL | 190.91º | 1% | 0.63% | - |
| HSV(B) | 190.91º | 0.73% | 1% | - |
| XYZ | 46.29 | 60.16 | 103.78 | - |
| YUV | 179.13 | 170.81 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 255 | 0.73 | 0.13 | 0 | 0 | 190.91 | 1 | 0.63 |
| Hex | 44 | DD | FF | 49 | D | 0 | 0 | BF | 64 | 3F |
| Octal | 104 | 335 | 377 | 111 | 15 | 0 | 0 | 277 | 144 | 77 |
| Binary | 1000100 | 11011101 | 11111111 | 1001001 | 1101 | 0 | 0 | 10111111 | 1100100 | 111111 |
Color Harmonies of #44DDFF
Complementary color
Monochromatic Colors of #44DDFF
Black with #44DDFF
Text Example
Text Example
White with #44DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDFF; }
p { color: rgb(68,221,255); }
H1.HeaderClassName
{
color: #44DDFF;
}
.AnyTagClassName
{
color: #44DDFF;
}
</style>
background-color css
<style>
a { background-color: #44DDFF; }
a { background-color: rgb(68,221,255); }
div.DivClassName
{
background-color: #44DDFF;
}
.BgClassName
{
background-color: #44DDFF;
}
</style>
border-color css
<style>
span { border-color: #44DDFF; }
span { border-color: rgb(68,221,255); }
td.TdClassName
{
border-color: #44DDFF;
}
.TagClassName
{
border-color: #44DDFF;
}
</style>