Shades of Turquoise Blue #44DEFE
Tints of Turquoise Blue #44DEFE
RGB
CMYK
RGB Variations
Color information
#44DEFE (or 0x44DEFE) is known color: Turquoise Blue. HEX triplet: 44, DE and FE. RGB value is (68,222,254). Sum of RGB (Red+Green+Blue) = 68+222+254=544 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.5% from 544); Green value is 222 (87.11% from 255 or 40.81% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #44DEFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DEFE is #BB2101. Grayscale: #B3B3B3. Windows color (decimal): -12263682 or 16703044. OLE color: 16703044.
HSL color Cylindrical-coordinate representation of color #44DEFE: hue angle of 190.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44DEFE is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 222 | 254 | - |
| CMYK | 0.73 | 0.13 | 0 | 0.00 |
| HSL | 190.32º | 0.99% | 0.63% | - |
| HSV(B) | 190.32º | 0.73% | 1% | - |
| XYZ | 46.39 | 60.63 | 103.02 | - |
| YUV | 179.6 | 169.98 | 48.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 254 | 0.73 | 0.13 | 0 | 0.00 | 190.32 | 0.99 | 0.63 |
| Hex | 44 | DE | FE | 49 | D | 0 | 0 | BE | 63 | 3F |
| Octal | 104 | 336 | 376 | 111 | 15 | 0 | 0 | 276 | 143 | 77 |
| Binary | 1000100 | 11011110 | 11111110 | 1001001 | 1101 | 0 | 0 | 10111110 | 1100011 | 111111 |
Color Harmonies of #44DEFE
Complementary color
Monochromatic Colors of #44DEFE
Black with #44DEFE
Text Example
Text Example
White with #44DEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DEFE; }
p { color: rgb(68,222,254); }
H1.HeaderClassName
{
color: #44DEFE;
}
.AnyTagClassName
{
color: #44DEFE;
}
</style>
background-color css
<style>
a { background-color: #44DEFE; }
a { background-color: rgb(68,222,254); }
div.DivClassName
{
background-color: #44DEFE;
}
.BgClassName
{
background-color: #44DEFE;
}
</style>
border-color css
<style>
span { border-color: #44DEFE; }
span { border-color: rgb(68,222,254); }
td.TdClassName
{
border-color: #44DEFE;
}
.TagClassName
{
border-color: #44DEFE;
}
</style>