Shades of Turquoise #44F4DF
Tints of Turquoise #44F4DF
RGB
CMYK
RGB Variations
Color information
#44F4DF (or 0x44F4DF) is known color: Turquoise. HEX triplet: 44, F4 and DF. RGB value is (68,244,223). Sum of RGB (Red+Green+Blue) = 68+244+223=535 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.71% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #44F4DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F4DF is #BB0B20. Grayscale: #BCBCBC. Windows color (decimal): -12258081 or 14677060. OLE color: 14677060.
HSL color Cylindrical-coordinate representation of color #44F4DF: hue angle of 172.84º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F4DF is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 244 | 223 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.04 |
| HSL | 172.84º | 0.89% | 0.61% | - |
| HSV(B) | 172.84º | 0.72% | 0.96% | - |
| XYZ | 48.05 | 71.26 | 81.03 | - |
| YUV | 188.98 | 147.19 | 41.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 244 | 223 | 0.72 | 0 | 0.09 | 0.04 | 172.84 | 0.89 | 0.61 |
| Hex | 44 | F4 | DF | 48 | 0 | 9 | 4 | AD | 59 | 3D |
| Octal | 104 | 364 | 337 | 110 | 0 | 11 | 4 | 255 | 131 | 75 |
| Binary | 1000100 | 11110100 | 11011111 | 1001000 | 0 | 1001 | 100 | 10101101 | 1011001 | 111101 |
Color Harmonies of #44F4DF
Complementary color
Monochromatic Colors of #44F4DF
Black with #44F4DF
Text Example
Text Example
White with #44F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F4DF; }
p { color: rgb(68,244,223); }
H1.HeaderClassName
{
color: #44F4DF;
}
.AnyTagClassName
{
color: #44F4DF;
}
</style>
background-color css
<style>
a { background-color: #44F4DF; }
a { background-color: rgb(68,244,223); }
div.DivClassName
{
background-color: #44F4DF;
}
.BgClassName
{
background-color: #44F4DF;
}
</style>
border-color css
<style>
span { border-color: #44F4DF; }
span { border-color: rgb(68,244,223); }
td.TdClassName
{
border-color: #44F4DF;
}
.TagClassName
{
border-color: #44F4DF;
}
</style>