Shades of Turquoise #44DBBC
Tints of Turquoise #44DBBC
RGB
CMYK
RGB Variations
Color information
#44DBBC (or 0x44DBBC) is known color: Turquoise. HEX triplet: 44, DB and BC. RGB value is (68,219,188). Sum of RGB (Red+Green+Blue) = 68+219+188=475 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.32% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #44DBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DBBC is #BB2443. Grayscale: #AAAAAA. Windows color (decimal): -12264516 or 12376900. OLE color: 12376900.
HSL color Cylindrical-coordinate representation of color #44DBBC: hue angle of 167.68º 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 #44DBBC is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 188 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.14 |
| HSL | 167.68º | 0.68% | 0.56% | - |
| HSV(B) | 167.68º | 0.69% | 0.86% | - |
| XYZ | 36.79 | 55.52 | 56.35 | - |
| YUV | 170.32 | 137.97 | 55.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 188 | 0.69 | 0 | 0.14 | 0.14 | 167.68 | 0.68 | 0.56 |
| Hex | 44 | DB | BC | 45 | 0 | E | E | A8 | 44 | 38 |
| Octal | 104 | 333 | 274 | 105 | 0 | 16 | 16 | 250 | 104 | 70 |
| Binary | 1000100 | 11011011 | 10111100 | 1000101 | 0 | 1110 | 1110 | 10101000 | 1000100 | 111000 |
Color Harmonies of #44DBBC
Complementary color
Monochromatic Colors of #44DBBC
Black with #44DBBC
Text Example
Text Example
White with #44DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBBC; }
p { color: rgb(68,219,188); }
H1.HeaderClassName
{
color: #44DBBC;
}
.AnyTagClassName
{
color: #44DBBC;
}
</style>
background-color css
<style>
a { background-color: #44DBBC; }
a { background-color: rgb(68,219,188); }
div.DivClassName
{
background-color: #44DBBC;
}
.BgClassName
{
background-color: #44DBBC;
}
</style>
border-color css
<style>
span { border-color: #44DBBC; }
span { border-color: rgb(68,219,188); }
td.TdClassName
{
border-color: #44DBBC;
}
.TagClassName
{
border-color: #44DBBC;
}
</style>