Shades of Turquoise #44FFD1
Tints of Turquoise #44FFD1
RGB
CMYK
RGB Variations
Color information
#44FFD1 (or 0x44FFD1) is known color: Turquoise. HEX triplet: 44, FF and D1. RGB value is (68,255,209). Sum of RGB (Red+Green+Blue) = 68+255+209=532 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.78% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFD1 is #BB002E. Grayscale: #C1C1C1. Windows color (decimal): -12255279 or 13762372. OLE color: 13762372.
HSL color Cylindrical-coordinate representation of color #44FFD1: hue angle of 165.24º 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 #44FFD1 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 209 | - |
| CMYK | 0.73 | 0 | 0.18 | 0 |
| HSL | 165.24º | 1% | 0.63% | - |
| HSV(B) | 165.24º | 0.73% | 1% | - |
| XYZ | 49.65 | 77.35 | 72.64 | - |
| YUV | 193.84 | 136.55 | 38.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 209 | 0.73 | 0 | 0.18 | 0 | 165.24 | 1 | 0.63 |
| Hex | 44 | FF | D1 | 49 | 0 | 12 | 0 | A5 | 64 | 3F |
| Octal | 104 | 377 | 321 | 111 | 0 | 22 | 0 | 245 | 144 | 77 |
| Binary | 1000100 | 11111111 | 11010001 | 1001001 | 0 | 10010 | 0 | 10100101 | 1100100 | 111111 |
Color Harmonies of #44FFD1
Complementary color
Monochromatic Colors of #44FFD1
Black with #44FFD1
Text Example
Text Example
White with #44FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FFD1; }
p { color: rgb(68,255,209); }
H1.HeaderClassName
{
color: #44FFD1;
}
.AnyTagClassName
{
color: #44FFD1;
}
</style>
background-color css
<style>
a { background-color: #44FFD1; }
a { background-color: rgb(68,255,209); }
div.DivClassName
{
background-color: #44FFD1;
}
.BgClassName
{
background-color: #44FFD1;
}
</style>
border-color css
<style>
span { border-color: #44FFD1; }
span { border-color: rgb(68,255,209); }
td.TdClassName
{
border-color: #44FFD1;
}
.TagClassName
{
border-color: #44FFD1;
}
</style>