Shades of Turquoise #44DEBC
Tints of Turquoise #44DEBC
RGB
CMYK
RGB Variations
Color information
#44DEBC (or 0x44DEBC) is known color: Turquoise. HEX triplet: 44, DE and BC. RGB value is (68,222,188). Sum of RGB (Red+Green+Blue) = 68+222+188=478 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.23% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 222 - color contains mainly: green. Hex color #44DEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DEBC is #BB2143. Grayscale: #ACACAC. Windows color (decimal): -12263748 or 12377668. OLE color: 12377668.
HSL color Cylindrical-coordinate representation of color #44DEBC: hue angle of 166.75º 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 #44DEBC is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 222 | 188 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.13 |
| HSL | 166.75º | 0.7% | 0.57% | - |
| HSV(B) | 166.75º | 0.69% | 0.87% | - |
| XYZ | 37.58 | 57.1 | 56.62 | - |
| YUV | 172.08 | 136.98 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 222 | 188 | 0.69 | 0 | 0.15 | 0.13 | 166.75 | 0.7 | 0.57 |
| Hex | 44 | DE | BC | 45 | 0 | F | D | A7 | 46 | 39 |
| Octal | 104 | 336 | 274 | 105 | 0 | 17 | 15 | 247 | 106 | 71 |
| Binary | 1000100 | 11011110 | 10111100 | 1000101 | 0 | 1111 | 1101 | 10100111 | 1000110 | 111001 |
Color Harmonies of #44DEBC
Complementary color
Monochromatic Colors of #44DEBC
Black with #44DEBC
Text Example
Text Example
White with #44DEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DEBC; }
p { color: rgb(68,222,188); }
H1.HeaderClassName
{
color: #44DEBC;
}
.AnyTagClassName
{
color: #44DEBC;
}
</style>
background-color css
<style>
a { background-color: #44DEBC; }
a { background-color: rgb(68,222,188); }
div.DivClassName
{
background-color: #44DEBC;
}
.BgClassName
{
background-color: #44DEBC;
}
</style>
border-color css
<style>
span { border-color: #44DEBC; }
span { border-color: rgb(68,222,188); }
td.TdClassName
{
border-color: #44DEBC;
}
.TagClassName
{
border-color: #44DEBC;
}
</style>