Shades of Turquoise #44EAB4
Tints of Turquoise #44EAB4
RGB
CMYK
RGB Variations
Color information
#44EAB4 (or 0x44EAB4) is known color: Turquoise. HEX triplet: 44, EA and B4. RGB value is (68,234,180). Sum of RGB (Red+Green+Blue) = 68+234+180=482 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.11% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #44EAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EAB4 is #BB154B. Grayscale: #B2B2B2. Windows color (decimal): -12260684 or 11856452. OLE color: 11856452.
HSL color Cylindrical-coordinate representation of color #44EAB4: hue angle of 160.48º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EAB4 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 234 | 180 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.08 |
| HSL | 160.48º | 0.8% | 0.59% | - |
| HSV(B) | 160.48º | 0.71% | 0.92% | - |
| XYZ | 40.04 | 63.37 | 53.3 | - |
| YUV | 178.21 | 129 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 234 | 180 | 0.71 | 0 | 0.23 | 0.08 | 160.48 | 0.8 | 0.59 |
| Hex | 44 | EA | B4 | 47 | 0 | 17 | 8 | A0 | 50 | 3B |
| Octal | 104 | 352 | 264 | 107 | 0 | 27 | 10 | 240 | 120 | 73 |
| Binary | 1000100 | 11101010 | 10110100 | 1000111 | 0 | 10111 | 1000 | 10100000 | 1010000 | 111011 |
Color Harmonies of #44EAB4
Complementary color
Monochromatic Colors of #44EAB4
Black with #44EAB4
Text Example
Text Example
White with #44EAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EAB4; }
p { color: rgb(68,234,180); }
H1.HeaderClassName
{
color: #44EAB4;
}
.AnyTagClassName
{
color: #44EAB4;
}
</style>
background-color css
<style>
a { background-color: #44EAB4; }
a { background-color: rgb(68,234,180); }
div.DivClassName
{
background-color: #44EAB4;
}
.BgClassName
{
background-color: #44EAB4;
}
</style>
border-color css
<style>
span { border-color: #44EAB4; }
span { border-color: rgb(68,234,180); }
td.TdClassName
{
border-color: #44EAB4;
}
.TagClassName
{
border-color: #44EAB4;
}
</style>