Shades of Turquoise #44DFDC
Tints of Turquoise #44DFDC
RGB
CMYK
RGB Variations
Color information
#44DFDC (or 0x44DFDC) is known color: Turquoise. HEX triplet: 44, DF and DC. RGB value is (68,223,220). Sum of RGB (Red+Green+Blue) = 68+223+220=511 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.31% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #44DFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DFDC is #BB2023. Grayscale: #B0B0B0. Windows color (decimal): -12263460 or 14475076. OLE color: 14475076.
HSL color Cylindrical-coordinate representation of color #44DFDC: hue angle of 178.84º 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 #44DFDC is Cyan = 0.70, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 220 | - |
| CMYK | 0.70 | 0 | 0.01 | 0.13 |
| HSL | 178.84º | 0.71% | 0.57% | - |
| HSV(B) | 178.84º | 0.7% | 0.87% | - |
| XYZ | 41.69 | 59.17 | 76.93 | - |
| YUV | 176.31 | 152.65 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 220 | 0.70 | 0 | 0.01 | 0.13 | 178.84 | 0.71 | 0.57 |
| Hex | 44 | DF | DC | 46 | 0 | 1 | D | B3 | 47 | 39 |
| Octal | 104 | 337 | 334 | 106 | 0 | 1 | 15 | 263 | 107 | 71 |
| Binary | 1000100 | 11011111 | 11011100 | 1000110 | 0 | 1 | 1101 | 10110011 | 1000111 | 111001 |
Color Harmonies of #44DFDC
Complementary color
Monochromatic Colors of #44DFDC
Black with #44DFDC
Text Example
Text Example
White with #44DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DFDC; }
p { color: rgb(68,223,220); }
H1.HeaderClassName
{
color: #44DFDC;
}
.AnyTagClassName
{
color: #44DFDC;
}
</style>
background-color css
<style>
a { background-color: #44DFDC; }
a { background-color: rgb(68,223,220); }
div.DivClassName
{
background-color: #44DFDC;
}
.BgClassName
{
background-color: #44DFDC;
}
</style>
border-color css
<style>
span { border-color: #44DFDC; }
span { border-color: rgb(68,223,220); }
td.TdClassName
{
border-color: #44DFDC;
}
.TagClassName
{
border-color: #44DFDC;
}
</style>