Shades of Turquoise #44F2E0
Tints of Turquoise #44F2E0
RGB
CMYK
RGB Variations
Color information
#44F2E0 (or 0x44F2E0) is known color: Turquoise. HEX triplet: 44, F2 and E0. RGB value is (68,242,224). Sum of RGB (Red+Green+Blue) = 68+242+224=534 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.73% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 224 (87.89% from 255 or 41.95% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #44F2E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F2E0 is #BB0D1F. Grayscale: #BBBBBB. Windows color (decimal): -12258592 or 14742084. OLE color: 14742084.
HSL color Cylindrical-coordinate representation of color #44F2E0: hue angle of 173.79º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F2E0 is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 224 | - |
| CMYK | 0.72 | 0 | 0.07 | 0.05 |
| HSL | 173.79º | 0.87% | 0.61% | - |
| HSV(B) | 173.79º | 0.72% | 0.95% | - |
| XYZ | 47.59 | 70.12 | 81.55 | - |
| YUV | 187.92 | 148.35 | 42.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 224 | 0.72 | 0 | 0.07 | 0.05 | 173.79 | 0.87 | 0.61 |
| Hex | 44 | F2 | E0 | 48 | 0 | 7 | 5 | AE | 57 | 3D |
| Octal | 104 | 362 | 340 | 110 | 0 | 7 | 5 | 256 | 127 | 75 |
| Binary | 1000100 | 11110010 | 11100000 | 1001000 | 0 | 111 | 101 | 10101110 | 1010111 | 111101 |
Color Harmonies of #44F2E0
Complementary color
Monochromatic Colors of #44F2E0
Black with #44F2E0
Text Example
Text Example
White with #44F2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F2E0; }
p { color: rgb(68,242,224); }
H1.HeaderClassName
{
color: #44F2E0;
}
.AnyTagClassName
{
color: #44F2E0;
}
</style>
background-color css
<style>
a { background-color: #44F2E0; }
a { background-color: rgb(68,242,224); }
div.DivClassName
{
background-color: #44F2E0;
}
.BgClassName
{
background-color: #44F2E0;
}
</style>
border-color css
<style>
span { border-color: #44F2E0; }
span { border-color: rgb(68,242,224); }
td.TdClassName
{
border-color: #44F2E0;
}
.TagClassName
{
border-color: #44F2E0;
}
</style>