Shades of Turquoise #44FFD9
Tints of Turquoise #44FFD9
RGB
CMYK
RGB Variations
Color information
#44FFD9 (or 0x44FFD9) is known color: Turquoise. HEX triplet: 44, FF and D9. RGB value is (68,255,217). Sum of RGB (Red+Green+Blue) = 68+255+217=540 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.59% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFD9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFD9 is #BB0026. Grayscale: #C2C2C2. Windows color (decimal): -12255271 or 14286660. OLE color: 14286660.
HSL color Cylindrical-coordinate representation of color #44FFD9: hue angle of 167.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FFD9 is Cyan = 0.73, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 217 | - |
| CMYK | 0.73 | 0 | 0.15 | 0 |
| HSL | 167.81º | 1% | 0.63% | - |
| HSV(B) | 167.81º | 0.73% | 1% | - |
| XYZ | 50.67 | 77.76 | 77.98 | - |
| YUV | 194.76 | 140.55 | 37.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 217 | 0.73 | 0 | 0.15 | 0 | 167.81 | 1 | 0.63 |
| Hex | 44 | FF | D9 | 49 | 0 | F | 0 | A8 | 64 | 3F |
| Octal | 104 | 377 | 331 | 111 | 0 | 17 | 0 | 250 | 144 | 77 |
| Binary | 1000100 | 11111111 | 11011001 | 1001001 | 0 | 1111 | 0 | 10101000 | 1100100 | 111111 |
Color Harmonies of #44FFD9
Complementary color
Monochromatic Colors of #44FFD9
Black with #44FFD9
Text Example
Text Example
White with #44FFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FFD9; }
p { color: rgb(68,255,217); }
H1.HeaderClassName
{
color: #44FFD9;
}
.AnyTagClassName
{
color: #44FFD9;
}
</style>
background-color css
<style>
a { background-color: #44FFD9; }
a { background-color: rgb(68,255,217); }
div.DivClassName
{
background-color: #44FFD9;
}
.BgClassName
{
background-color: #44FFD9;
}
</style>
border-color css
<style>
span { border-color: #44FFD9; }
span { border-color: rgb(68,255,217); }
td.TdClassName
{
border-color: #44FFD9;
}
.TagClassName
{
border-color: #44FFD9;
}
</style>