Shades of Turquoise #44DABA
Tints of Turquoise #44DABA
RGB
CMYK
RGB Variations
Color information
#44DABA (or 0x44DABA) is known color: Turquoise. HEX triplet: 44, DA and BA. RGB value is (68,218,186). Sum of RGB (Red+Green+Blue) = 68+218+186=472 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.41% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #44DABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DABA is #BB2545. Grayscale: #A9A9A9. Windows color (decimal): -12264774 or 12245572. OLE color: 12245572.
HSL color Cylindrical-coordinate representation of color #44DABA: hue angle of 167.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DABA is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 218 | 186 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.15 |
| HSL | 167.2º | 0.67% | 0.56% | - |
| HSV(B) | 167.2º | 0.69% | 0.85% | - |
| XYZ | 36.32 | 54.92 | 55.14 | - |
| YUV | 169.5 | 137.31 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 218 | 186 | 0.69 | 0 | 0.15 | 0.15 | 167.2 | 0.67 | 0.56 |
| Hex | 44 | DA | BA | 45 | 0 | F | F | A7 | 43 | 38 |
| Octal | 104 | 332 | 272 | 105 | 0 | 17 | 17 | 247 | 103 | 70 |
| Binary | 1000100 | 11011010 | 10111010 | 1000101 | 0 | 1111 | 1111 | 10100111 | 1000011 | 111000 |
Color Harmonies of #44DABA
Complementary color
Monochromatic Colors of #44DABA
Black with #44DABA
Text Example
Text Example
White with #44DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DABA; }
p { color: rgb(68,218,186); }
H1.HeaderClassName
{
color: #44DABA;
}
.AnyTagClassName
{
color: #44DABA;
}
</style>
background-color css
<style>
a { background-color: #44DABA; }
a { background-color: rgb(68,218,186); }
div.DivClassName
{
background-color: #44DABA;
}
.BgClassName
{
background-color: #44DABA;
}
</style>
border-color css
<style>
span { border-color: #44DABA; }
span { border-color: rgb(68,218,186); }
td.TdClassName
{
border-color: #44DABA;
}
.TagClassName
{
border-color: #44DABA;
}
</style>