Shades of Turquoise #44DFC7
Tints of Turquoise #44DFC7
RGB
CMYK
RGB Variations
Color information
#44DFC7 (or 0x44DFC7) is known color: Turquoise. HEX triplet: 44, DF and C7. RGB value is (68,223,199). Sum of RGB (Red+Green+Blue) = 68+223+199=490 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.88% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #44DFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DFC7 is #BB2038. Grayscale: #ADADAD. Windows color (decimal): -12263481 or 13098820. OLE color: 13098820.
HSL color Cylindrical-coordinate representation of color #44DFC7: hue angle of 170.71º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44DFC7 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 199 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.13 |
| HSL | 170.71º | 0.71% | 0.57% | - |
| HSV(B) | 170.71º | 0.7% | 0.87% | - |
| XYZ | 39.08 | 58.13 | 63.19 | - |
| YUV | 173.92 | 142.15 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 199 | 0.70 | 0 | 0.11 | 0.13 | 170.71 | 0.71 | 0.57 |
| Hex | 44 | DF | C7 | 46 | 0 | B | D | AB | 47 | 39 |
| Octal | 104 | 337 | 307 | 106 | 0 | 13 | 15 | 253 | 107 | 71 |
| Binary | 1000100 | 11011111 | 11000111 | 1000110 | 0 | 1011 | 1101 | 10101011 | 1000111 | 111001 |
Color Harmonies of #44DFC7
Complementary color
Monochromatic Colors of #44DFC7
Black with #44DFC7
Text Example
Text Example
White with #44DFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DFC7; }
p { color: rgb(68,223,199); }
H1.HeaderClassName
{
color: #44DFC7;
}
.AnyTagClassName
{
color: #44DFC7;
}
</style>
background-color css
<style>
a { background-color: #44DFC7; }
a { background-color: rgb(68,223,199); }
div.DivClassName
{
background-color: #44DFC7;
}
.BgClassName
{
background-color: #44DFC7;
}
</style>
border-color css
<style>
span { border-color: #44DFC7; }
span { border-color: rgb(68,223,199); }
td.TdClassName
{
border-color: #44DFC7;
}
.TagClassName
{
border-color: #44DFC7;
}
</style>