Shades of Turquoise #44DDD6
Tints of Turquoise #44DDD6
RGB
CMYK
RGB Variations
Color information
#44DDD6 (or 0x44DDD6) is known color: Turquoise. HEX triplet: 44, DD and D6. RGB value is (68,221,214). Sum of RGB (Red+Green+Blue) = 68+221+214=503 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.52% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 214 (83.98% from 255 or 42.54% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #44DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DDD6 is #BB2229. Grayscale: #AEAEAE. Windows color (decimal): -12263978 or 14081348. OLE color: 14081348.
HSL color Cylindrical-coordinate representation of color #44DDD6: hue angle of 177.25º 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 #44DDD6 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 221 | 214 | - |
| CMYK | 0.69 | 0 | 0.03 | 0.13 |
| HSL | 177.25º | 0.69% | 0.57% | - |
| HSV(B) | 177.25º | 0.69% | 0.87% | - |
| XYZ | 40.38 | 57.8 | 72.65 | - |
| YUV | 174.46 | 150.31 | 52.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 221 | 214 | 0.69 | 0 | 0.03 | 0.13 | 177.25 | 0.69 | 0.57 |
| Hex | 44 | DD | D6 | 45 | 0 | 3 | D | B1 | 45 | 39 |
| Octal | 104 | 335 | 326 | 105 | 0 | 3 | 15 | 261 | 105 | 71 |
| Binary | 1000100 | 11011101 | 11010110 | 1000101 | 0 | 11 | 1101 | 10110001 | 1000101 | 111001 |
Color Harmonies of #44DDD6
Complementary color
Monochromatic Colors of #44DDD6
Black with #44DDD6
Text Example
Text Example
White with #44DDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DDD6; }
p { color: rgb(68,221,214); }
H1.HeaderClassName
{
color: #44DDD6;
}
.AnyTagClassName
{
color: #44DDD6;
}
</style>
background-color css
<style>
a { background-color: #44DDD6; }
a { background-color: rgb(68,221,214); }
div.DivClassName
{
background-color: #44DDD6;
}
.BgClassName
{
background-color: #44DDD6;
}
</style>
border-color css
<style>
span { border-color: #44DDD6; }
span { border-color: rgb(68,221,214); }
td.TdClassName
{
border-color: #44DDD6;
}
.TagClassName
{
border-color: #44DDD6;
}
</style>