Shades of Medium Turquoise #44CDBD
Tints of Medium Turquoise #44CDBD
RGB
CMYK
RGB Variations
Color information
#44CDBD (or 0x44CDBD) is known color: Medium Turquoise. HEX triplet: 44, CD and BD. RGB value is (68,205,189). Sum of RGB (Red+Green+Blue) = 68+205+189=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #44CDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDBD is #BB3242. Grayscale: #A2A2A2. Windows color (decimal): -12268099 or 12438852. OLE color: 12438852.
HSL color Cylindrical-coordinate representation of color #44CDBD: hue angle of 172.99º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CDBD is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 205 | 189 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.20 |
| HSL | 172.99º | 0.58% | 0.54% | - |
| HSV(B) | 172.99º | 0.67% | 0.8% | - |
| XYZ | 33.4 | 48.57 | 55.76 | - |
| YUV | 162.21 | 143.11 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 205 | 189 | 0.67 | 0 | 0.08 | 0.20 | 172.99 | 0.58 | 0.54 |
| Hex | 44 | CD | BD | 43 | 0 | 8 | 14 | AD | 3A | 36 |
| Octal | 104 | 315 | 275 | 103 | 0 | 10 | 24 | 255 | 72 | 66 |
| Binary | 1000100 | 11001101 | 10111101 | 1000011 | 0 | 1000 | 10100 | 10101101 | 111010 | 110110 |
Color Harmonies of #44CDBD
Complementary color
Monochromatic Colors of #44CDBD
Black with #44CDBD
Text Example
Text Example
White with #44CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CDBD; }
p { color: rgb(68,205,189); }
H1.HeaderClassName
{
color: #44CDBD;
}
.AnyTagClassName
{
color: #44CDBD;
}
</style>
background-color css
<style>
a { background-color: #44CDBD; }
a { background-color: rgb(68,205,189); }
div.DivClassName
{
background-color: #44CDBD;
}
.BgClassName
{
background-color: #44CDBD;
}
</style>
border-color css
<style>
span { border-color: #44CDBD; }
span { border-color: rgb(68,205,189); }
td.TdClassName
{
border-color: #44CDBD;
}
.TagClassName
{
border-color: #44CDBD;
}
</style>