Shades of Turquoise Blue #44DCFC
Tints of Turquoise Blue #44DCFC
RGB
CMYK
RGB Variations
Color information
#44DCFC (or 0x44DCFC) is known color: Turquoise Blue. HEX triplet: 44, DC and FC. RGB value is (68,220,252). Sum of RGB (Red+Green+Blue) = 68+220+252=540 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.59% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #44DCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCFC is #BB2303. Grayscale: #B1B1B1. Windows color (decimal): -12264196 or 16571460. OLE color: 16571460.
HSL color Cylindrical-coordinate representation of color #44DCFC: hue angle of 190.43º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44DCFC is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 220 | 252 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.01 |
| HSL | 190.43º | 0.97% | 0.63% | - |
| HSV(B) | 190.43º | 0.73% | 0.99% | - |
| XYZ | 45.55 | 59.44 | 101.17 | - |
| YUV | 178.2 | 169.64 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 252 | 0.73 | 0.13 | 0 | 0.01 | 190.43 | 0.97 | 0.63 |
| Hex | 44 | DC | FC | 49 | D | 0 | 1 | BE | 61 | 3F |
| Octal | 104 | 334 | 374 | 111 | 15 | 0 | 1 | 276 | 141 | 77 |
| Binary | 1000100 | 11011100 | 11111100 | 1001001 | 1101 | 0 | 1 | 10111110 | 1100001 | 111111 |
Color Harmonies of #44DCFC
Complementary color
Monochromatic Colors of #44DCFC
Black with #44DCFC
Text Example
Text Example
White with #44DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCFC; }
p { color: rgb(68,220,252); }
H1.HeaderClassName
{
color: #44DCFC;
}
.AnyTagClassName
{
color: #44DCFC;
}
</style>
background-color css
<style>
a { background-color: #44DCFC; }
a { background-color: rgb(68,220,252); }
div.DivClassName
{
background-color: #44DCFC;
}
.BgClassName
{
background-color: #44DCFC;
}
</style>
border-color css
<style>
span { border-color: #44DCFC; }
span { border-color: rgb(68,220,252); }
td.TdClassName
{
border-color: #44DCFC;
}
.TagClassName
{
border-color: #44DCFC;
}
</style>