Shades of Turquoise #44DACC
Tints of Turquoise #44DACC
RGB
CMYK
RGB Variations
Color information
#44DACC (or 0x44DACC) is known color: Turquoise. HEX triplet: 44, DA and CC. RGB value is (68,218,204). Sum of RGB (Red+Green+Blue) = 68+218+204=490 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.88% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #44DACC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DACC is #BB2533. Grayscale: #ABABAB. Windows color (decimal): -12264756 or 13425220. OLE color: 13425220.
HSL color Cylindrical-coordinate representation of color #44DACC: hue angle of 174.4º 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 #44DACC is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 218 | 204 | - |
| CMYK | 0.69 | 0 | 0.06 | 0.15 |
| HSL | 174.4º | 0.67% | 0.56% | - |
| HSV(B) | 174.4º | 0.69% | 0.85% | - |
| XYZ | 38.35 | 55.73 | 65.86 | - |
| YUV | 171.55 | 146.31 | 54.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 218 | 204 | 0.69 | 0 | 0.06 | 0.15 | 174.4 | 0.67 | 0.56 |
| Hex | 44 | DA | CC | 45 | 0 | 6 | F | AE | 43 | 38 |
| Octal | 104 | 332 | 314 | 105 | 0 | 6 | 17 | 256 | 103 | 70 |
| Binary | 1000100 | 11011010 | 11001100 | 1000101 | 0 | 110 | 1111 | 10101110 | 1000011 | 111000 |
Color Harmonies of #44DACC
Complementary color
Monochromatic Colors of #44DACC
Black with #44DACC
Text Example
Text Example
White with #44DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DACC; }
p { color: rgb(68,218,204); }
H1.HeaderClassName
{
color: #44DACC;
}
.AnyTagClassName
{
color: #44DACC;
}
</style>
background-color css
<style>
a { background-color: #44DACC; }
a { background-color: rgb(68,218,204); }
div.DivClassName
{
background-color: #44DACC;
}
.BgClassName
{
background-color: #44DACC;
}
</style>
border-color css
<style>
span { border-color: #44DACC; }
span { border-color: rgb(68,218,204); }
td.TdClassName
{
border-color: #44DACC;
}
.TagClassName
{
border-color: #44DACC;
}
</style>