Shades of Turquoise Blue #44E3FA
Tints of Turquoise Blue #44E3FA
RGB
CMYK
RGB Variations
Color information
#44E3FA (or 0x44E3FA) is known color: Turquoise Blue. HEX triplet: 44, E3 and FA. RGB value is (68,227,250). Sum of RGB (Red+Green+Blue) = 68+227+250=545 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.48% from 545); Green value is 227 (89.06% from 255 or 41.65% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #44E3FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44E3FA is #BB1C05. Grayscale: #B5B5B5. Windows color (decimal): -12262406 or 16442180. OLE color: 16442180.
HSL color Cylindrical-coordinate representation of color #44E3FA: hue angle of 187.58º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44E3FA is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 227 | 250 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.02 |
| HSL | 187.58º | 0.95% | 0.62% | - |
| HSV(B) | 187.58º | 0.73% | 0.98% | - |
| XYZ | 47.11 | 63.07 | 100.13 | - |
| YUV | 182.08 | 166.32 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 250 | 0.73 | 0.09 | 0 | 0.02 | 187.58 | 0.95 | 0.62 |
| Hex | 44 | E3 | FA | 49 | 9 | 0 | 2 | BC | 5F | 3E |
| Octal | 104 | 343 | 372 | 111 | 11 | 0 | 2 | 274 | 137 | 76 |
| Binary | 1000100 | 11100011 | 11111010 | 1001001 | 1001 | 0 | 10 | 10111100 | 1011111 | 111110 |
Color Harmonies of #44E3FA
Complementary color
Monochromatic Colors of #44E3FA
Black with #44E3FA
Text Example
Text Example
White with #44E3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E3FA; }
p { color: rgb(68,227,250); }
H1.HeaderClassName
{
color: #44E3FA;
}
.AnyTagClassName
{
color: #44E3FA;
}
</style>
background-color css
<style>
a { background-color: #44E3FA; }
a { background-color: rgb(68,227,250); }
div.DivClassName
{
background-color: #44E3FA;
}
.BgClassName
{
background-color: #44E3FA;
}
</style>
border-color css
<style>
span { border-color: #44E3FA; }
span { border-color: rgb(68,227,250); }
td.TdClassName
{
border-color: #44E3FA;
}
.TagClassName
{
border-color: #44E3FA;
}
</style>