Shades of Turquoise Blue #44DCFB
Tints of Turquoise Blue #44DCFB
RGB
CMYK
RGB Variations
Color information
#44DCFB (or 0x44DCFB) is known color: Turquoise Blue. HEX triplet: 44, DC and FB. RGB value is (68,220,251). Sum of RGB (Red+Green+Blue) = 68+220+251=539 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.62% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 251 (98.44% from 255 or 46.57% from 539); Max value from RGB is 251 - color contains mainly: blue. Hex color #44DCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCFB is #BB2304. Grayscale: #B1B1B1. Windows color (decimal): -12264197 or 16505924. OLE color: 16505924.
HSL color Cylindrical-coordinate representation of color #44DCFB: hue angle of 190.16º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44DCFB is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 220 | 251 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.02 |
| HSL | 190.16º | 0.96% | 0.63% | - |
| HSV(B) | 190.16º | 0.73% | 0.98% | - |
| XYZ | 45.39 | 59.38 | 100.34 | - |
| YUV | 178.09 | 169.14 | 49.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 251 | 0.73 | 0.12 | 0 | 0.02 | 190.16 | 0.96 | 0.63 |
| Hex | 44 | DC | FB | 49 | C | 0 | 2 | BE | 60 | 3F |
| Octal | 104 | 334 | 373 | 111 | 14 | 0 | 2 | 276 | 140 | 77 |
| Binary | 1000100 | 11011100 | 11111011 | 1001001 | 1100 | 0 | 10 | 10111110 | 1100000 | 111111 |
Color Harmonies of #44DCFB
Complementary color
Monochromatic Colors of #44DCFB
Black with #44DCFB
Text Example
Text Example
White with #44DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCFB; }
p { color: rgb(68,220,251); }
H1.HeaderClassName
{
color: #44DCFB;
}
.AnyTagClassName
{
color: #44DCFB;
}
</style>
background-color css
<style>
a { background-color: #44DCFB; }
a { background-color: rgb(68,220,251); }
div.DivClassName
{
background-color: #44DCFB;
}
.BgClassName
{
background-color: #44DCFB;
}
</style>
border-color css
<style>
span { border-color: #44DCFB; }
span { border-color: rgb(68,220,251); }
td.TdClassName
{
border-color: #44DCFB;
}
.TagClassName
{
border-color: #44DCFB;
}
</style>