Shades of Medium Turquoise #44CDC1
Tints of Medium Turquoise #44CDC1
RGB
CMYK
RGB Variations
Color information
#44CDC1 (or 0x44CDC1) is known color: Medium Turquoise. HEX triplet: 44, CD and C1. RGB value is (68,205,193). Sum of RGB (Red+Green+Blue) = 68+205+193=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 193 (75.78% from 255 or 41.42% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #44CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDC1 is #BB323E. Grayscale: #A2A2A2. Windows color (decimal): -12268095 or 12700996. OLE color: 12700996.
HSL color Cylindrical-coordinate representation of color #44CDC1: hue angle of 174.74º 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 #44CDC1 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 205 | 193 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.20 |
| HSL | 174.74º | 0.58% | 0.54% | - |
| HSV(B) | 174.74º | 0.67% | 0.8% | - |
| XYZ | 33.84 | 48.74 | 58.08 | - |
| YUV | 162.67 | 145.11 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 205 | 193 | 0.67 | 0 | 0.06 | 0.20 | 174.74 | 0.58 | 0.54 |
| Hex | 44 | CD | C1 | 43 | 0 | 6 | 14 | AF | 3A | 36 |
| Octal | 104 | 315 | 301 | 103 | 0 | 6 | 24 | 257 | 72 | 66 |
| Binary | 1000100 | 11001101 | 11000001 | 1000011 | 0 | 110 | 10100 | 10101111 | 111010 | 110110 |
Color Harmonies of #44CDC1
Complementary color
Monochromatic Colors of #44CDC1
Black with #44CDC1
Text Example
Text Example
White with #44CDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CDC1; }
p { color: rgb(68,205,193); }
H1.HeaderClassName
{
color: #44CDC1;
}
.AnyTagClassName
{
color: #44CDC1;
}
</style>
background-color css
<style>
a { background-color: #44CDC1; }
a { background-color: rgb(68,205,193); }
div.DivClassName
{
background-color: #44CDC1;
}
.BgClassName
{
background-color: #44CDC1;
}
</style>
border-color css
<style>
span { border-color: #44CDC1; }
span { border-color: rgb(68,205,193); }
td.TdClassName
{
border-color: #44CDC1;
}
.TagClassName
{
border-color: #44CDC1;
}
</style>