Shades of Medium Turquoise #44CFCD
Tints of Medium Turquoise #44CFCD
RGB
CMYK
RGB Variations
Color information
#44CFCD (or 0x44CFCD) is known color: Medium Turquoise. HEX triplet: 44, CF and CD. RGB value is (68,207,205). Sum of RGB (Red+Green+Blue) = 68+207+205=480 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.17% from 480); Green value is 207 (81.25% from 255 or 43.12% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 207 - color contains mainly: green. Hex color #44CFCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CFCD is #BB3032. Grayscale: #A5A5A5. Windows color (decimal): -12267571 or 13487940. OLE color: 13487940.
HSL color Cylindrical-coordinate representation of color #44CFCD: hue angle of 179.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CFCD is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 205 | - |
| CMYK | 0.67 | 0 | 0.01 | 0.19 |
| HSL | 179.14º | 0.59% | 0.54% | - |
| HSV(B) | 179.14º | 0.67% | 0.81% | - |
| XYZ | 35.72 | 50.26 | 65.58 | - |
| YUV | 165.21 | 150.45 | 58.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 205 | 0.67 | 0 | 0.01 | 0.19 | 179.14 | 0.59 | 0.54 |
| Hex | 44 | CF | CD | 43 | 0 | 1 | 13 | B3 | 3B | 36 |
| Octal | 104 | 317 | 315 | 103 | 0 | 1 | 23 | 263 | 73 | 66 |
| Binary | 1000100 | 11001111 | 11001101 | 1000011 | 0 | 1 | 10011 | 10110011 | 111011 | 110110 |
Color Harmonies of #44CFCD
Complementary color
Monochromatic Colors of #44CFCD
Black with #44CFCD
Text Example
Text Example
White with #44CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CFCD; }
p { color: rgb(68,207,205); }
H1.HeaderClassName
{
color: #44CFCD;
}
.AnyTagClassName
{
color: #44CFCD;
}
</style>
background-color css
<style>
a { background-color: #44CFCD; }
a { background-color: rgb(68,207,205); }
div.DivClassName
{
background-color: #44CFCD;
}
.BgClassName
{
background-color: #44CFCD;
}
</style>
border-color css
<style>
span { border-color: #44CFCD; }
span { border-color: rgb(68,207,205); }
td.TdClassName
{
border-color: #44CFCD;
}
.TagClassName
{
border-color: #44CFCD;
}
</style>