Shades of Turquoise #44DBBD
Tints of Turquoise #44DBBD
RGB
CMYK
RGB Variations
Color information
#44DBBD (or 0x44DBBD) is known color: Turquoise. HEX triplet: 44, DB and BD. RGB value is (68,219,189). Sum of RGB (Red+Green+Blue) = 68+219+189=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DBBD is #BB2442. Grayscale: #AAAAAA. Windows color (decimal): -12264515 or 12442436. OLE color: 12442436.
HSL color Cylindrical-coordinate representation of color #44DBBD: hue angle of 168.08º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DBBD is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 189 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.14 |
| HSL | 168.08º | 0.68% | 0.56% | - |
| HSV(B) | 168.08º | 0.69% | 0.86% | - |
| XYZ | 36.9 | 55.57 | 56.92 | - |
| YUV | 170.43 | 138.47 | 54.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 189 | 0.69 | 0 | 0.14 | 0.14 | 168.08 | 0.68 | 0.56 |
| Hex | 44 | DB | BD | 45 | 0 | E | E | A8 | 44 | 38 |
| Octal | 104 | 333 | 275 | 105 | 0 | 16 | 16 | 250 | 104 | 70 |
| Binary | 1000100 | 11011011 | 10111101 | 1000101 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #44DBBD
Complementary color
Monochromatic Colors of #44DBBD
Black with #44DBBD
Text Example
Text Example
White with #44DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBBD; }
p { color: rgb(68,219,189); }
H1.HeaderClassName
{
color: #44DBBD;
}
.AnyTagClassName
{
color: #44DBBD;
}
</style>
background-color css
<style>
a { background-color: #44DBBD; }
a { background-color: rgb(68,219,189); }
div.DivClassName
{
background-color: #44DBBD;
}
.BgClassName
{
background-color: #44DBBD;
}
</style>
border-color css
<style>
span { border-color: #44DBBD; }
span { border-color: rgb(68,219,189); }
td.TdClassName
{
border-color: #44DBBD;
}
.TagClassName
{
border-color: #44DBBD;
}
</style>