Shades of Turquoise #44F9F4
Tints of Turquoise #44F9F4
RGB
CMYK
RGB Variations
Color information
#44F9F4 (or 0x44F9F4) is known color: Turquoise. HEX triplet: 44, F9 and F4. RGB value is (68,249,244). Sum of RGB (Red+Green+Blue) = 68+249+244=561 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.12% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #44F9F4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F9F4 is #BB060B. Grayscale: #C2C2C2. Windows color (decimal): -12256780 or 16054596. OLE color: 16054596.
HSL color Cylindrical-coordinate representation of color #44F9F4: hue angle of 178.34º degrees, saturation: 0.94, 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 #44F9F4 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 249 | 244 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.02 |
| HSL | 178.34º | 0.94% | 0.62% | - |
| HSV(B) | 178.34º | 0.73% | 0.98% | - |
| XYZ | 52.59 | 75.51 | 97.39 | - |
| YUV | 194.31 | 156.03 | 37.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 249 | 244 | 0.73 | 0 | 0.02 | 0.02 | 178.34 | 0.94 | 0.62 |
| Hex | 44 | F9 | F4 | 49 | 0 | 2 | 2 | B2 | 5E | 3E |
| Octal | 104 | 371 | 364 | 111 | 0 | 2 | 2 | 262 | 136 | 76 |
| Binary | 1000100 | 11111001 | 11110100 | 1001001 | 0 | 10 | 10 | 10110010 | 1011110 | 111110 |
Color Harmonies of #44F9F4
Complementary color
Monochromatic Colors of #44F9F4
Black with #44F9F4
Text Example
Text Example
White with #44F9F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F9F4; }
p { color: rgb(68,249,244); }
H1.HeaderClassName
{
color: #44F9F4;
}
.AnyTagClassName
{
color: #44F9F4;
}
</style>
background-color css
<style>
a { background-color: #44F9F4; }
a { background-color: rgb(68,249,244); }
div.DivClassName
{
background-color: #44F9F4;
}
.BgClassName
{
background-color: #44F9F4;
}
</style>
border-color css
<style>
span { border-color: #44F9F4; }
span { border-color: rgb(68,249,244); }
td.TdClassName
{
border-color: #44F9F4;
}
.TagClassName
{
border-color: #44F9F4;
}
</style>