Shades of Turquoise Blue #44DCFD
Tints of Turquoise Blue #44DCFD
RGB
CMYK
RGB Variations
Color information
#44DCFD (or 0x44DCFD) is known color: Turquoise Blue. HEX triplet: 44, DC and FD. RGB value is (68,220,253). Sum of RGB (Red+Green+Blue) = 68+220+253=541 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.57% from 541); Green value is 220 (86.33% from 255 or 40.67% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #44DCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCFD is #BB2302. Grayscale: #B2B2B2. Windows color (decimal): -12264195 or 16636996. OLE color: 16636996.
HSL color Cylindrical-coordinate representation of color #44DCFD: hue angle of 190.7º degrees, saturation: 0.98, 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 #44DCFD is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 220 | 253 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.01 |
| HSL | 190.7º | 0.98% | 0.63% | - |
| HSV(B) | 190.7º | 0.73% | 0.99% | - |
| XYZ | 45.71 | 59.51 | 102.01 | - |
| YUV | 178.31 | 170.14 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 253 | 0.73 | 0.13 | 0 | 0.01 | 190.7 | 0.98 | 0.63 |
| Hex | 44 | DC | FD | 49 | D | 0 | 1 | BF | 62 | 3F |
| Octal | 104 | 334 | 375 | 111 | 15 | 0 | 1 | 277 | 142 | 77 |
| Binary | 1000100 | 11011100 | 11111101 | 1001001 | 1101 | 0 | 1 | 10111111 | 1100010 | 111111 |
Color Harmonies of #44DCFD
Complementary color
Monochromatic Colors of #44DCFD
Black with #44DCFD
Text Example
Text Example
White with #44DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCFD; }
p { color: rgb(68,220,253); }
H1.HeaderClassName
{
color: #44DCFD;
}
.AnyTagClassName
{
color: #44DCFD;
}
</style>
background-color css
<style>
a { background-color: #44DCFD; }
a { background-color: rgb(68,220,253); }
div.DivClassName
{
background-color: #44DCFD;
}
.BgClassName
{
background-color: #44DCFD;
}
</style>
border-color css
<style>
span { border-color: #44DCFD; }
span { border-color: rgb(68,220,253); }
td.TdClassName
{
border-color: #44DCFD;
}
.TagClassName
{
border-color: #44DCFD;
}
</style>