Shades of Turquoise #44E7BC
Tints of Turquoise #44E7BC
RGB
CMYK
RGB Variations
Color information
#44E7BC (or 0x44E7BC) is known color: Turquoise. HEX triplet: 44, E7 and BC. RGB value is (68,231,188). Sum of RGB (Red+Green+Blue) = 68+231+188=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #44E7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E7BC is #BB1843. Grayscale: #B1B1B1. Windows color (decimal): -12261444 or 12379972. OLE color: 12379972.
HSL color Cylindrical-coordinate representation of color #44E7BC: hue angle of 164.17º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44E7BC is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 231 | 188 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.09 |
| HSL | 164.17º | 0.77% | 0.59% | - |
| HSV(B) | 164.17º | 0.71% | 0.91% | - |
| XYZ | 40.04 | 62.01 | 57.44 | - |
| YUV | 177.36 | 134 | 50 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 231 | 188 | 0.71 | 0 | 0.19 | 0.09 | 164.17 | 0.77 | 0.59 |
| Hex | 44 | E7 | BC | 47 | 0 | 13 | 9 | A4 | 4D | 3B |
| Octal | 104 | 347 | 274 | 107 | 0 | 23 | 11 | 244 | 115 | 73 |
| Binary | 1000100 | 11100111 | 10111100 | 1000111 | 0 | 10011 | 1001 | 10100100 | 1001101 | 111011 |
Color Harmonies of #44E7BC
Complementary color
Monochromatic Colors of #44E7BC
Black with #44E7BC
Text Example
Text Example
White with #44E7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E7BC; }
p { color: rgb(68,231,188); }
H1.HeaderClassName
{
color: #44E7BC;
}
.AnyTagClassName
{
color: #44E7BC;
}
</style>
background-color css
<style>
a { background-color: #44E7BC; }
a { background-color: rgb(68,231,188); }
div.DivClassName
{
background-color: #44E7BC;
}
.BgClassName
{
background-color: #44E7BC;
}
</style>
border-color css
<style>
span { border-color: #44E7BC; }
span { border-color: rgb(68,231,188); }
td.TdClassName
{
border-color: #44E7BC;
}
.TagClassName
{
border-color: #44E7BC;
}
</style>