Shades of Turquoise #44EFB5
Tints of Turquoise #44EFB5
RGB
CMYK
RGB Variations
Color information
#44EFB5 (or 0x44EFB5) is known color: Turquoise. HEX triplet: 44, EF and B5. RGB value is (68,239,181). Sum of RGB (Red+Green+Blue) = 68+239+181=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFB5 is #BB104A. Grayscale: #B5B5B5. Windows color (decimal): -12259403 or 11923268. OLE color: 11923268.
HSL color Cylindrical-coordinate representation of color #44EFB5: hue angle of 159.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFB5 is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 181 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.06 |
| HSL | 159.65º | 0.84% | 0.6% | - |
| HSV(B) | 159.65º | 0.72% | 0.94% | - |
| XYZ | 41.59 | 66.3 | 54.32 | - |
| YUV | 181.26 | 127.85 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 181 | 0.72 | 0 | 0.24 | 0.06 | 159.65 | 0.84 | 0.6 |
| Hex | 44 | EF | B5 | 48 | 0 | 18 | 6 | A0 | 54 | 3C |
| Octal | 104 | 357 | 265 | 110 | 0 | 30 | 6 | 240 | 124 | 74 |
| Binary | 1000100 | 11101111 | 10110101 | 1001000 | 0 | 11000 | 110 | 10100000 | 1010100 | 111100 |
Color Harmonies of #44EFB5
Complementary color
Monochromatic Colors of #44EFB5
Black with #44EFB5
Text Example
Text Example
White with #44EFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFB5; }
p { color: rgb(68,239,181); }
H1.HeaderClassName
{
color: #44EFB5;
}
.AnyTagClassName
{
color: #44EFB5;
}
</style>
background-color css
<style>
a { background-color: #44EFB5; }
a { background-color: rgb(68,239,181); }
div.DivClassName
{
background-color: #44EFB5;
}
.BgClassName
{
background-color: #44EFB5;
}
</style>
border-color css
<style>
span { border-color: #44EFB5; }
span { border-color: rgb(68,239,181); }
td.TdClassName
{
border-color: #44EFB5;
}
.TagClassName
{
border-color: #44EFB5;
}
</style>