Shades of Turquoise #44DBBB
Tints of Turquoise #44DBBB
RGB
CMYK
RGB Variations
Color information
#44DBBB (or 0x44DBBB) is known color: Turquoise. HEX triplet: 44, DB and BB. RGB value is (68,219,187). Sum of RGB (Red+Green+Blue) = 68+219+187=474 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.35% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DBBB is #BB2444. Grayscale: #AAAAAA. Windows color (decimal): -12264517 or 12311364. OLE color: 12311364.
HSL color Cylindrical-coordinate representation of color #44DBBB: hue angle of 167.28º 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 #44DBBB is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 187 | - |
| CMYK | 0.69 | 0 | 0.15 | 0.14 |
| HSL | 167.28º | 0.68% | 0.56% | - |
| HSV(B) | 167.28º | 0.69% | 0.86% | - |
| XYZ | 36.69 | 55.48 | 55.79 | - |
| YUV | 170.2 | 137.47 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 187 | 0.69 | 0 | 0.15 | 0.14 | 167.28 | 0.68 | 0.56 |
| Hex | 44 | DB | BB | 45 | 0 | F | E | A7 | 44 | 38 |
| Octal | 104 | 333 | 273 | 105 | 0 | 17 | 16 | 247 | 104 | 70 |
| Binary | 1000100 | 11011011 | 10111011 | 1000101 | 0 | 1111 | 1110 | 10100111 | 1000100 | 111000 |
Color Harmonies of #44DBBB
Complementary color
Monochromatic Colors of #44DBBB
Black with #44DBBB
Text Example
Text Example
White with #44DBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBBB; }
p { color: rgb(68,219,187); }
H1.HeaderClassName
{
color: #44DBBB;
}
.AnyTagClassName
{
color: #44DBBB;
}
</style>
background-color css
<style>
a { background-color: #44DBBB; }
a { background-color: rgb(68,219,187); }
div.DivClassName
{
background-color: #44DBBB;
}
.BgClassName
{
background-color: #44DBBB;
}
</style>
border-color css
<style>
span { border-color: #44DBBB; }
span { border-color: rgb(68,219,187); }
td.TdClassName
{
border-color: #44DBBB;
}
.TagClassName
{
border-color: #44DBBB;
}
</style>