Shades of Turquoise #44F1DC
Tints of Turquoise #44F1DC
RGB
CMYK
RGB Variations
Color information
#44F1DC (or 0x44F1DC) is known color: Turquoise. HEX triplet: 44, F1 and DC. RGB value is (68,241,220). Sum of RGB (Red+Green+Blue) = 68+241+220=529 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.85% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #44F1DC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F1DC is #BB0E23. Grayscale: #BABABA. Windows color (decimal): -12258852 or 14479684. OLE color: 14479684.
HSL color Cylindrical-coordinate representation of color #44F1DC: hue angle of 172.72º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F1DC is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 241 | 220 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.05 |
| HSL | 172.72º | 0.86% | 0.61% | - |
| HSV(B) | 172.72º | 0.72% | 0.95% | - |
| XYZ | 46.76 | 69.31 | 78.62 | - |
| YUV | 186.88 | 146.69 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 241 | 220 | 0.72 | 0 | 0.09 | 0.05 | 172.72 | 0.86 | 0.61 |
| Hex | 44 | F1 | DC | 48 | 0 | 9 | 5 | AD | 56 | 3D |
| Octal | 104 | 361 | 334 | 110 | 0 | 11 | 5 | 255 | 126 | 75 |
| Binary | 1000100 | 11110001 | 11011100 | 1001000 | 0 | 1001 | 101 | 10101101 | 1010110 | 111101 |
Color Harmonies of #44F1DC
Complementary color
Monochromatic Colors of #44F1DC
Black with #44F1DC
Text Example
Text Example
White with #44F1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F1DC; }
p { color: rgb(68,241,220); }
H1.HeaderClassName
{
color: #44F1DC;
}
.AnyTagClassName
{
color: #44F1DC;
}
</style>
background-color css
<style>
a { background-color: #44F1DC; }
a { background-color: rgb(68,241,220); }
div.DivClassName
{
background-color: #44F1DC;
}
.BgClassName
{
background-color: #44F1DC;
}
</style>
border-color css
<style>
span { border-color: #44F1DC; }
span { border-color: rgb(68,241,220); }
td.TdClassName
{
border-color: #44F1DC;
}
.TagClassName
{
border-color: #44F1DC;
}
</style>