Shades of Turquoise #44DFBA
Tints of Turquoise #44DFBA
RGB
CMYK
RGB Variations
Color information
#44DFBA (or 0x44DFBA) is known color: Turquoise. HEX triplet: 44, DF and BA. RGB value is (68,223,186). Sum of RGB (Red+Green+Blue) = 68+223+186=477 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.26% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #44DFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DFBA is #BB2045. Grayscale: #ACACAC. Windows color (decimal): -12263494 or 12246852. OLE color: 12246852.
HSL color Cylindrical-coordinate representation of color #44DFBA: hue angle of 165.68º 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 #44DFBA is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 186 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.13 |
| HSL | 165.68º | 0.71% | 0.57% | - |
| HSV(B) | 165.68º | 0.7% | 0.87% | - |
| XYZ | 37.63 | 57.55 | 55.58 | - |
| YUV | 172.44 | 135.65 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 186 | 0.70 | 0 | 0.17 | 0.13 | 165.68 | 0.71 | 0.57 |
| Hex | 44 | DF | BA | 46 | 0 | 11 | D | A6 | 47 | 39 |
| Octal | 104 | 337 | 272 | 106 | 0 | 21 | 15 | 246 | 107 | 71 |
| Binary | 1000100 | 11011111 | 10111010 | 1000110 | 0 | 10001 | 1101 | 10100110 | 1000111 | 111001 |
Color Harmonies of #44DFBA
Complementary color
Monochromatic Colors of #44DFBA
Black with #44DFBA
Text Example
Text Example
White with #44DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DFBA; }
p { color: rgb(68,223,186); }
H1.HeaderClassName
{
color: #44DFBA;
}
.AnyTagClassName
{
color: #44DFBA;
}
</style>
background-color css
<style>
a { background-color: #44DFBA; }
a { background-color: rgb(68,223,186); }
div.DivClassName
{
background-color: #44DFBA;
}
.BgClassName
{
background-color: #44DFBA;
}
</style>
border-color css
<style>
span { border-color: #44DFBA; }
span { border-color: rgb(68,223,186); }
td.TdClassName
{
border-color: #44DFBA;
}
.TagClassName
{
border-color: #44DFBA;
}
</style>