Shades of Turquoise #44DBDD
Tints of Turquoise #44DBDD
RGB
CMYK
RGB Variations
Color information
#44DBDD (or 0x44DBDD) is known color: Turquoise. HEX triplet: 44, DB and DD. RGB value is (68,219,221). Sum of RGB (Red+Green+Blue) = 68+219+221=508 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.39% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #44DBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DBDD is #BB2422. Grayscale: #ADADAD. Windows color (decimal): -12264483 or 14539588. OLE color: 14539588.
HSL color Cylindrical-coordinate representation of color #44DBDD: hue angle of 180.78º degrees, saturation: 0.69, 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 #44DBDD is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 219 | 221 | - |
| CMYK | 0.69 | 0.01 | 0 | 0.13 |
| HSL | 180.78º | 0.69% | 0.57% | - |
| HSV(B) | 180.78º | 0.69% | 0.87% | - |
| XYZ | 40.77 | 57.11 | 77.28 | - |
| YUV | 174.08 | 154.47 | 52.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 221 | 0.69 | 0.01 | 0 | 0.13 | 180.78 | 0.69 | 0.57 |
| Hex | 44 | DB | DD | 45 | 1 | 0 | D | B5 | 45 | 39 |
| Octal | 104 | 333 | 335 | 105 | 1 | 0 | 15 | 265 | 105 | 71 |
| Binary | 1000100 | 11011011 | 11011101 | 1000101 | 1 | 0 | 1101 | 10110101 | 1000101 | 111001 |
Color Harmonies of #44DBDD
Complementary color
Monochromatic Colors of #44DBDD
Black with #44DBDD
Text Example
Text Example
White with #44DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DBDD; }
p { color: rgb(68,219,221); }
H1.HeaderClassName
{
color: #44DBDD;
}
.AnyTagClassName
{
color: #44DBDD;
}
</style>
background-color css
<style>
a { background-color: #44DBDD; }
a { background-color: rgb(68,219,221); }
div.DivClassName
{
background-color: #44DBDD;
}
.BgClassName
{
background-color: #44DBDD;
}
</style>
border-color css
<style>
span { border-color: #44DBDD; }
span { border-color: rgb(68,219,221); }
td.TdClassName
{
border-color: #44DBDD;
}
.TagClassName
{
border-color: #44DBDD;
}
</style>