Shades of Turquoise #44EABB
Tints of Turquoise #44EABB
RGB
CMYK
RGB Variations
Color information
#44EABB (or 0x44EABB) is known color: Turquoise. HEX triplet: 44, EA and BB. RGB value is (68,234,187). Sum of RGB (Red+Green+Blue) = 68+234+187=489 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.91% from 489); Green value is 234 (91.80% from 255 or 47.85% from 489); Blue value is 187 (73.44% from 255 or 38.24% from 489); Max value from RGB is 234 - color contains mainly: green. Hex color #44EABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EABB is #BB1544. Grayscale: #B3B3B3. Windows color (decimal): -12260677 or 12315204. OLE color: 12315204.
HSL color Cylindrical-coordinate representation of color #44EABB: hue angle of 163.01º 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 #44EABB is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 234 | 187 | - |
| CMYK | 0.71 | 0 | 0.20 | 0.08 |
| HSL | 163.01º | 0.8% | 0.59% | - |
| HSV(B) | 163.01º | 0.71% | 0.92% | - |
| XYZ | 40.78 | 63.66 | 57.15 | - |
| YUV | 179.01 | 132.5 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 234 | 187 | 0.71 | 0 | 0.20 | 0.08 | 163.01 | 0.8 | 0.59 |
| Hex | 44 | EA | BB | 47 | 0 | 14 | 8 | A3 | 50 | 3B |
| Octal | 104 | 352 | 273 | 107 | 0 | 24 | 10 | 243 | 120 | 73 |
| Binary | 1000100 | 11101010 | 10111011 | 1000111 | 0 | 10100 | 1000 | 10100011 | 1010000 | 111011 |
Color Harmonies of #44EABB
Complementary color
Monochromatic Colors of #44EABB
Black with #44EABB
Text Example
Text Example
White with #44EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EABB; }
p { color: rgb(68,234,187); }
H1.HeaderClassName
{
color: #44EABB;
}
.AnyTagClassName
{
color: #44EABB;
}
</style>
background-color css
<style>
a { background-color: #44EABB; }
a { background-color: rgb(68,234,187); }
div.DivClassName
{
background-color: #44EABB;
}
.BgClassName
{
background-color: #44EABB;
}
</style>
border-color css
<style>
span { border-color: #44EABB; }
span { border-color: rgb(68,234,187); }
td.TdClassName
{
border-color: #44EABB;
}
.TagClassName
{
border-color: #44EABB;
}
</style>