Shades of Turquoise Blue #44D6FD
Tints of Turquoise Blue #44D6FD
RGB
CMYK
RGB Variations
Color information
#44D6FD (or 0x44D6FD) is known color: Turquoise Blue. HEX triplet: 44, D6 and FD. RGB value is (68,214,253). Sum of RGB (Red+Green+Blue) = 68+214+253=535 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.71% from 535); Green value is 214 (83.98% from 255 or 40% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #44D6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D6FD is #BB2902. Grayscale: #AEAEAE. Windows color (decimal): -12265731 or 16635460. OLE color: 16635460.
HSL color Cylindrical-coordinate representation of color #44D6FD: hue angle of 192.65º 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 #44D6FD is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 214 | 253 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.01 |
| HSL | 192.65º | 0.98% | 0.63% | - |
| HSV(B) | 192.65º | 0.73% | 0.99% | - |
| XYZ | 44.16 | 56.41 | 101.49 | - |
| YUV | 174.79 | 172.13 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 214 | 253 | 0.73 | 0.15 | 0 | 0.01 | 192.65 | 0.98 | 0.63 |
| Hex | 44 | D6 | FD | 49 | F | 0 | 1 | C1 | 62 | 3F |
| Octal | 104 | 326 | 375 | 111 | 17 | 0 | 1 | 301 | 142 | 77 |
| Binary | 1000100 | 11010110 | 11111101 | 1001001 | 1111 | 0 | 1 | 11000001 | 1100010 | 111111 |
Color Harmonies of #44D6FD
Complementary color
Monochromatic Colors of #44D6FD
Black with #44D6FD
Text Example
Text Example
White with #44D6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D6FD; }
p { color: rgb(68,214,253); }
H1.HeaderClassName
{
color: #44D6FD;
}
.AnyTagClassName
{
color: #44D6FD;
}
</style>
background-color css
<style>
a { background-color: #44D6FD; }
a { background-color: rgb(68,214,253); }
div.DivClassName
{
background-color: #44D6FD;
}
.BgClassName
{
background-color: #44D6FD;
}
</style>
border-color css
<style>
span { border-color: #44D6FD; }
span { border-color: rgb(68,214,253); }
td.TdClassName
{
border-color: #44D6FD;
}
.TagClassName
{
border-color: #44D6FD;
}
</style>