Shades of Medium Turquoise #44CDC6
Tints of Medium Turquoise #44CDC6
RGB
CMYK
RGB Variations
Color information
#44CDC6 (or 0x44CDC6) is known color: Medium Turquoise. HEX triplet: 44, CD and C6. RGB value is (68,205,198). Sum of RGB (Red+Green+Blue) = 68+205+198=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 198 (77.73% from 255 or 42.04% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #44CDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDC6 is #BB3239. Grayscale: #A3A3A3. Windows color (decimal): -12268090 or 13028676. OLE color: 13028676.
HSL color Cylindrical-coordinate representation of color #44CDC6: hue angle of 176.93º 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 #44CDC6 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 205 | 198 | - |
| CMYK | 0.67 | 0 | 0.03 | 0.20 |
| HSL | 176.93º | 0.58% | 0.54% | - |
| HSV(B) | 176.93º | 0.67% | 0.8% | - |
| XYZ | 34.41 | 48.97 | 61.06 | - |
| YUV | 163.24 | 147.61 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 205 | 198 | 0.67 | 0 | 0.03 | 0.20 | 176.93 | 0.58 | 0.54 |
| Hex | 44 | CD | C6 | 43 | 0 | 3 | 14 | B1 | 3A | 36 |
| Octal | 104 | 315 | 306 | 103 | 0 | 3 | 24 | 261 | 72 | 66 |
| Binary | 1000100 | 11001101 | 11000110 | 1000011 | 0 | 11 | 10100 | 10110001 | 111010 | 110110 |
Color Harmonies of #44CDC6
Complementary color
Monochromatic Colors of #44CDC6
Black with #44CDC6
Text Example
Text Example
White with #44CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CDC6; }
p { color: rgb(68,205,198); }
H1.HeaderClassName
{
color: #44CDC6;
}
.AnyTagClassName
{
color: #44CDC6;
}
</style>
background-color css
<style>
a { background-color: #44CDC6; }
a { background-color: rgb(68,205,198); }
div.DivClassName
{
background-color: #44CDC6;
}
.BgClassName
{
background-color: #44CDC6;
}
</style>
border-color css
<style>
span { border-color: #44CDC6; }
span { border-color: rgb(68,205,198); }
td.TdClassName
{
border-color: #44CDC6;
}
.TagClassName
{
border-color: #44CDC6;
}
</style>