Shades of Turquoise #44FFDD
Tints of Turquoise #44FFDD
RGB
CMYK
RGB Variations
Color information
#44FFDD (or 0x44FFDD) is known color: Turquoise. HEX triplet: 44, FF and DD. RGB value is (68,255,221). Sum of RGB (Red+Green+Blue) = 68+255+221=544 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.5% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFDD is #BB0022. Grayscale: #C3C3C3. Windows color (decimal): -12255267 or 14548804. OLE color: 14548804.
HSL color Cylindrical-coordinate representation of color #44FFDD: hue angle of 169.09º 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 #44FFDD is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 221 | - |
| CMYK | 0.73 | 0 | 0.13 | 0 |
| HSL | 169.09º | 1% | 0.63% | - |
| HSV(B) | 169.09º | 0.73% | 1% | - |
| XYZ | 51.2 | 77.97 | 80.76 | - |
| YUV | 195.21 | 142.55 | 37.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 221 | 0.73 | 0 | 0.13 | 0 | 169.09 | 1 | 0.63 |
| Hex | 44 | FF | DD | 49 | 0 | D | 0 | A9 | 64 | 3F |
| Octal | 104 | 377 | 335 | 111 | 0 | 15 | 0 | 251 | 144 | 77 |
| Binary | 1000100 | 11111111 | 11011101 | 1001001 | 0 | 1101 | 0 | 10101001 | 1100100 | 111111 |
Color Harmonies of #44FFDD
Complementary color
Monochromatic Colors of #44FFDD
Black with #44FFDD
Text Example
Text Example
White with #44FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FFDD; }
p { color: rgb(68,255,221); }
H1.HeaderClassName
{
color: #44FFDD;
}
.AnyTagClassName
{
color: #44FFDD;
}
</style>
background-color css
<style>
a { background-color: #44FFDD; }
a { background-color: rgb(68,255,221); }
div.DivClassName
{
background-color: #44FFDD;
}
.BgClassName
{
background-color: #44FFDD;
}
</style>
border-color css
<style>
span { border-color: #44FFDD; }
span { border-color: rgb(68,255,221); }
td.TdClassName
{
border-color: #44FFDD;
}
.TagClassName
{
border-color: #44FFDD;
}
</style>