Shades of Turquoise #44DED4
Tints of Turquoise #44DED4
RGB
CMYK
RGB Variations
Color information
#44DED4 (or 0x44DED4) is known color: Turquoise. HEX triplet: 44, DE and D4. RGB value is (68,222,212). Sum of RGB (Red+Green+Blue) = 68+222+212=502 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.55% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #44DED4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DED4 is #BB212B. Grayscale: #AEAEAE. Windows color (decimal): -12263724 or 13950532. OLE color: 13950532.
HSL color Cylindrical-coordinate representation of color #44DED4: hue angle of 176.1º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DED4 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 222 | 212 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.13 |
| HSL | 176.1º | 0.7% | 0.57% | - |
| HSV(B) | 176.1º | 0.69% | 0.87% | - |
| XYZ | 40.39 | 58.22 | 71.4 | - |
| YUV | 174.81 | 148.98 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 212 | 0.69 | 0 | 0.05 | 0.13 | 176.1 | 0.7 | 0.57 |
| Hex | 44 | DE | D4 | 45 | 0 | 5 | D | B0 | 46 | 39 |
| Octal | 104 | 336 | 324 | 105 | 0 | 5 | 15 | 260 | 106 | 71 |
| Binary | 1000100 | 11011110 | 11010100 | 1000101 | 0 | 101 | 1101 | 10110000 | 1000110 | 111001 |
Color Harmonies of #44DED4
Complementary color
Monochromatic Colors of #44DED4
Black with #44DED4
Text Example
Text Example
White with #44DED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DED4; }
p { color: rgb(68,222,212); }
H1.HeaderClassName
{
color: #44DED4;
}
.AnyTagClassName
{
color: #44DED4;
}
</style>
background-color css
<style>
a { background-color: #44DED4; }
a { background-color: rgb(68,222,212); }
div.DivClassName
{
background-color: #44DED4;
}
.BgClassName
{
background-color: #44DED4;
}
</style>
border-color css
<style>
span { border-color: #44DED4; }
span { border-color: rgb(68,222,212); }
td.TdClassName
{
border-color: #44DED4;
}
.TagClassName
{
border-color: #44DED4;
}
</style>