Shades of Turquoise #44FAE2
Tints of Turquoise #44FAE2
RGB
CMYK
RGB Variations
Color information
#44FAE2 (or 0x44FAE2) is known color: Turquoise. HEX triplet: 44, FA and E2. RGB value is (68,250,226). Sum of RGB (Red+Green+Blue) = 68+250+226=544 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.5% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 226 (88.67% from 255 or 41.54% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #44FAE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FAE2 is #BB051D. Grayscale: #C0C0C0. Windows color (decimal): -12256542 or 14875204. OLE color: 14875204.
HSL color Cylindrical-coordinate representation of color #44FAE2: hue angle of 172.09º 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 #44FAE2 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 226 | - |
| CMYK | 0.73 | 0 | 0.10 | 0.02 |
| HSL | 172.09º | 0.95% | 0.62% | - |
| HSV(B) | 172.09º | 0.73% | 0.98% | - |
| XYZ | 50.3 | 75.09 | 83.79 | - |
| YUV | 192.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 226 | 0.73 | 0 | 0.10 | 0.02 | 172.09 | 0.95 | 0.62 |
| Hex | 44 | FA | E2 | 49 | 0 | A | 2 | AC | 5F | 3E |
| Octal | 104 | 372 | 342 | 111 | 0 | 12 | 2 | 254 | 137 | 76 |
| Binary | 1000100 | 11111010 | 11100010 | 1001001 | 0 | 1010 | 10 | 10101100 | 1011111 | 111110 |
Color Harmonies of #44FAE2
Complementary color
Monochromatic Colors of #44FAE2
Black with #44FAE2
Text Example
Text Example
White with #44FAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FAE2; }
p { color: rgb(68,250,226); }
H1.HeaderClassName
{
color: #44FAE2;
}
.AnyTagClassName
{
color: #44FAE2;
}
</style>
background-color css
<style>
a { background-color: #44FAE2; }
a { background-color: rgb(68,250,226); }
div.DivClassName
{
background-color: #44FAE2;
}
.BgClassName
{
background-color: #44FAE2;
}
</style>
border-color css
<style>
span { border-color: #44FAE2; }
span { border-color: rgb(68,250,226); }
td.TdClassName
{
border-color: #44FAE2;
}
.TagClassName
{
border-color: #44FAE2;
}
</style>