Shades of Turquoise #44E7C1
Tints of Turquoise #44E7C1
RGB
CMYK
RGB Variations
Color information
#44E7C1 (or 0x44E7C1) is known color: Turquoise. HEX triplet: 44, E7 and C1. RGB value is (68,231,193). Sum of RGB (Red+Green+Blue) = 68+231+193=492 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.82% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #44E7C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E7C1 is #BB183E. Grayscale: #B1B1B1. Windows color (decimal): -12261439 or 12707652. OLE color: 12707652.
HSL color Cylindrical-coordinate representation of color #44E7C1: hue angle of 166.01º 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 #44E7C1 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 231 | 193 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.09 |
| HSL | 166.01º | 0.77% | 0.59% | - |
| HSV(B) | 166.01º | 0.71% | 0.91% | - |
| XYZ | 40.59 | 62.23 | 60.32 | - |
| YUV | 177.93 | 136.5 | 49.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 231 | 193 | 0.71 | 0 | 0.16 | 0.09 | 166.01 | 0.77 | 0.59 |
| Hex | 44 | E7 | C1 | 47 | 0 | 10 | 9 | A6 | 4D | 3B |
| Octal | 104 | 347 | 301 | 107 | 0 | 20 | 11 | 246 | 115 | 73 |
| Binary | 1000100 | 11100111 | 11000001 | 1000111 | 0 | 10000 | 1001 | 10100110 | 1001101 | 111011 |
Color Harmonies of #44E7C1
Complementary color
Monochromatic Colors of #44E7C1
Black with #44E7C1
Text Example
Text Example
White with #44E7C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E7C1; }
p { color: rgb(68,231,193); }
H1.HeaderClassName
{
color: #44E7C1;
}
.AnyTagClassName
{
color: #44E7C1;
}
</style>
background-color css
<style>
a { background-color: #44E7C1; }
a { background-color: rgb(68,231,193); }
div.DivClassName
{
background-color: #44E7C1;
}
.BgClassName
{
background-color: #44E7C1;
}
</style>
border-color css
<style>
span { border-color: #44E7C1; }
span { border-color: rgb(68,231,193); }
td.TdClassName
{
border-color: #44E7C1;
}
.TagClassName
{
border-color: #44E7C1;
}
</style>