Shades of Turquoise Blue #44DFFF
Tints of Turquoise Blue #44DFFF
RGB
CMYK
RGB Variations
Color information
#44DFFF (or 0x44DFFF) is known color: Turquoise Blue. HEX triplet: 44, DF and FF. RGB value is (68,223,255). Sum of RGB (Red+Green+Blue) = 68+223+255=546 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.45% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #44DFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DFFF is #BB2000. Grayscale: #B4B4B4. Windows color (decimal): -12263425 or 16768836. OLE color: 16768836.
HSL color Cylindrical-coordinate representation of color #44DFFF: hue angle of 190.27º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44DFFF is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 223 | 255 | - |
| CMYK | 0.73 | 0.13 | 0 | 0 |
| HSL | 190.27º | 1% | 0.63% | - |
| HSV(B) | 190.27º | 0.73% | 1% | - |
| XYZ | 46.82 | 61.22 | 103.96 | - |
| YUV | 180.3 | 170.15 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 255 | 0.73 | 0.13 | 0 | 0 | 190.27 | 1 | 0.63 |
| Hex | 44 | DF | FF | 49 | D | 0 | 0 | BE | 64 | 3F |
| Octal | 104 | 337 | 377 | 111 | 15 | 0 | 0 | 276 | 144 | 77 |
| Binary | 1000100 | 11011111 | 11111111 | 1001001 | 1101 | 0 | 0 | 10111110 | 1100100 | 111111 |
Color Harmonies of #44DFFF
Complementary color
Monochromatic Colors of #44DFFF
Black with #44DFFF
Text Example
Text Example
White with #44DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DFFF; }
p { color: rgb(68,223,255); }
H1.HeaderClassName
{
color: #44DFFF;
}
.AnyTagClassName
{
color: #44DFFF;
}
</style>
background-color css
<style>
a { background-color: #44DFFF; }
a { background-color: rgb(68,223,255); }
div.DivClassName
{
background-color: #44DFFF;
}
.BgClassName
{
background-color: #44DFFF;
}
</style>
border-color css
<style>
span { border-color: #44DFFF; }
span { border-color: rgb(68,223,255); }
td.TdClassName
{
border-color: #44DFFF;
}
.TagClassName
{
border-color: #44DFFF;
}
</style>