Shades of Turquoise #44DEBD
Tints of Turquoise #44DEBD
RGB
CMYK
RGB Variations
Color information
#44DEBD (or 0x44DEBD) is known color: Turquoise. HEX triplet: 44, DE and BD. RGB value is (68,222,189). Sum of RGB (Red+Green+Blue) = 68+222+189=479 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.20% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #44DEBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DEBD is #BB2142. Grayscale: #ACACAC. Windows color (decimal): -12263747 or 12443204. OLE color: 12443204.
HSL color Cylindrical-coordinate representation of color #44DEBD: hue angle of 167.14º 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 #44DEBD is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 222 | 189 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.13 |
| HSL | 167.14º | 0.7% | 0.57% | - |
| HSV(B) | 167.14º | 0.69% | 0.87% | - |
| XYZ | 37.69 | 57.15 | 57.19 | - |
| YUV | 172.19 | 137.48 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 189 | 0.69 | 0 | 0.15 | 0.13 | 167.14 | 0.7 | 0.57 |
| Hex | 44 | DE | BD | 45 | 0 | F | D | A7 | 46 | 39 |
| Octal | 104 | 336 | 275 | 105 | 0 | 17 | 15 | 247 | 106 | 71 |
| Binary | 1000100 | 11011110 | 10111101 | 1000101 | 0 | 1111 | 1101 | 10100111 | 1000110 | 111001 |
Color Harmonies of #44DEBD
Complementary color
Monochromatic Colors of #44DEBD
Black with #44DEBD
Text Example
Text Example
White with #44DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DEBD; }
p { color: rgb(68,222,189); }
H1.HeaderClassName
{
color: #44DEBD;
}
.AnyTagClassName
{
color: #44DEBD;
}
</style>
background-color css
<style>
a { background-color: #44DEBD; }
a { background-color: rgb(68,222,189); }
div.DivClassName
{
background-color: #44DEBD;
}
.BgClassName
{
background-color: #44DEBD;
}
</style>
border-color css
<style>
span { border-color: #44DEBD; }
span { border-color: rgb(68,222,189); }
td.TdClassName
{
border-color: #44DEBD;
}
.TagClassName
{
border-color: #44DEBD;
}
</style>