Shades of Turquoise #44ECB7
Tints of Turquoise #44ECB7
RGB
CMYK
RGB Variations
Color information
#44ECB7 (or 0x44ECB7) is known color: Turquoise. HEX triplet: 44, EC and B7. RGB value is (68,236,183). Sum of RGB (Red+Green+Blue) = 68+236+183=487 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.96% from 487); Green value is 236 (92.58% from 255 or 48.46% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECB7 is #BB1348. Grayscale: #B3B3B3. Windows color (decimal): -12260169 or 12053572. OLE color: 12053572.
HSL color Cylindrical-coordinate representation of color #44ECB7: hue angle of 161.07º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44ECB7 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 183 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.07 |
| HSL | 161.07º | 0.82% | 0.6% | - |
| HSV(B) | 161.07º | 0.71% | 0.93% | - |
| XYZ | 40.93 | 64.64 | 55.12 | - |
| YUV | 179.73 | 129.84 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 183 | 0.71 | 0 | 0.22 | 0.07 | 161.07 | 0.82 | 0.6 |
| Hex | 44 | EC | B7 | 47 | 0 | 16 | 7 | A1 | 52 | 3C |
| Octal | 104 | 354 | 267 | 107 | 0 | 26 | 7 | 241 | 122 | 74 |
| Binary | 1000100 | 11101100 | 10110111 | 1000111 | 0 | 10110 | 111 | 10100001 | 1010010 | 111100 |
Color Harmonies of #44ECB7
Complementary color
Monochromatic Colors of #44ECB7
Black with #44ECB7
Text Example
Text Example
White with #44ECB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECB7; }
p { color: rgb(68,236,183); }
H1.HeaderClassName
{
color: #44ECB7;
}
.AnyTagClassName
{
color: #44ECB7;
}
</style>
background-color css
<style>
a { background-color: #44ECB7; }
a { background-color: rgb(68,236,183); }
div.DivClassName
{
background-color: #44ECB7;
}
.BgClassName
{
background-color: #44ECB7;
}
</style>
border-color css
<style>
span { border-color: #44ECB7; }
span { border-color: rgb(68,236,183); }
td.TdClassName
{
border-color: #44ECB7;
}
.TagClassName
{
border-color: #44ECB7;
}
</style>