Shades of Turquoise #44E7BD
Tints of Turquoise #44E7BD
RGB
CMYK
RGB Variations
Color information
#44E7BD (or 0x44E7BD) is known color: Turquoise. HEX triplet: 44, E7 and BD. RGB value is (68,231,189). Sum of RGB (Red+Green+Blue) = 68+231+189=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #44E7BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E7BD is #BB1842. Grayscale: #B1B1B1. Windows color (decimal): -12261443 or 12445508. OLE color: 12445508.
HSL color Cylindrical-coordinate representation of color #44E7BD: hue angle of 164.54º 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 #44E7BD is Cyan = 0.71, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 231 | 189 | - |
| CMYK | 0.71 | 0 | 0.18 | 0.09 |
| HSL | 164.54º | 0.77% | 0.59% | - |
| HSV(B) | 164.54º | 0.71% | 0.91% | - |
| XYZ | 40.15 | 62.05 | 58.01 | - |
| YUV | 177.48 | 134.5 | 49.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 231 | 189 | 0.71 | 0 | 0.18 | 0.09 | 164.54 | 0.77 | 0.59 |
| Hex | 44 | E7 | BD | 47 | 0 | 12 | 9 | A5 | 4D | 3B |
| Octal | 104 | 347 | 275 | 107 | 0 | 22 | 11 | 245 | 115 | 73 |
| Binary | 1000100 | 11100111 | 10111101 | 1000111 | 0 | 10010 | 1001 | 10100101 | 1001101 | 111011 |
Color Harmonies of #44E7BD
Complementary color
Monochromatic Colors of #44E7BD
Black with #44E7BD
Text Example
Text Example
White with #44E7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E7BD; }
p { color: rgb(68,231,189); }
H1.HeaderClassName
{
color: #44E7BD;
}
.AnyTagClassName
{
color: #44E7BD;
}
</style>
background-color css
<style>
a { background-color: #44E7BD; }
a { background-color: rgb(68,231,189); }
div.DivClassName
{
background-color: #44E7BD;
}
.BgClassName
{
background-color: #44E7BD;
}
</style>
border-color css
<style>
span { border-color: #44E7BD; }
span { border-color: rgb(68,231,189); }
td.TdClassName
{
border-color: #44E7BD;
}
.TagClassName
{
border-color: #44E7BD;
}
</style>