Shades of Turquoise Blue #44DCF6
Tints of Turquoise Blue #44DCF6
RGB
CMYK
RGB Variations
Color information
#44DCF6 (or 0x44DCF6) is known color: Turquoise Blue. HEX triplet: 44, DC and F6. RGB value is (68,220,246). Sum of RGB (Red+Green+Blue) = 68+220+246=534 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.73% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #44DCF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCF6 is #BB2309. Grayscale: #B1B1B1. Windows color (decimal): -12264202 or 16178244. OLE color: 16178244.
HSL color Cylindrical-coordinate representation of color #44DCF6: hue angle of 188.76º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44DCF6 is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 220 | 246 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.04 |
| HSL | 188.76º | 0.91% | 0.62% | - |
| HSV(B) | 188.76º | 0.72% | 0.96% | - |
| XYZ | 44.61 | 59.07 | 96.24 | - |
| YUV | 177.52 | 166.64 | 49.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 246 | 0.72 | 0.11 | 0 | 0.04 | 188.76 | 0.91 | 0.62 |
| Hex | 44 | DC | F6 | 48 | B | 0 | 4 | BD | 5B | 3E |
| Octal | 104 | 334 | 366 | 110 | 13 | 0 | 4 | 275 | 133 | 76 |
| Binary | 1000100 | 11011100 | 11110110 | 1001000 | 1011 | 0 | 100 | 10111101 | 1011011 | 111110 |
Color Harmonies of #44DCF6
Complementary color
Monochromatic Colors of #44DCF6
Black with #44DCF6
Text Example
Text Example
White with #44DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCF6; }
p { color: rgb(68,220,246); }
H1.HeaderClassName
{
color: #44DCF6;
}
.AnyTagClassName
{
color: #44DCF6;
}
</style>
background-color css
<style>
a { background-color: #44DCF6; }
a { background-color: rgb(68,220,246); }
div.DivClassName
{
background-color: #44DCF6;
}
.BgClassName
{
background-color: #44DCF6;
}
</style>
border-color css
<style>
span { border-color: #44DCF6; }
span { border-color: rgb(68,220,246); }
td.TdClassName
{
border-color: #44DCF6;
}
.TagClassName
{
border-color: #44DCF6;
}
</style>