Shades of Medium Turquoise #44D5CF
Tints of Medium Turquoise #44D5CF
RGB
CMYK
RGB Variations
Color information
#44D5CF (or 0x44D5CF) is known color: Medium Turquoise. HEX triplet: 44, D5 and CF. RGB value is (68,213,207). Sum of RGB (Red+Green+Blue) = 68+213+207=488 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.93% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #44D5CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D5CF is #BB2A30. Grayscale: #A8A8A8. Windows color (decimal): -12266033 or 13620548. OLE color: 13620548.
HSL color Cylindrical-coordinate representation of color #44D5CF: hue angle of 177.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D5CF is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 213 | 207 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.16 |
| HSL | 177.52º | 0.63% | 0.55% | - |
| HSV(B) | 177.52º | 0.68% | 0.84% | - |
| XYZ | 37.44 | 53.32 | 67.35 | - |
| YUV | 168.96 | 149.46 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 213 | 207 | 0.68 | 0 | 0.03 | 0.16 | 177.52 | 0.63 | 0.55 |
| Hex | 44 | D5 | CF | 44 | 0 | 3 | 10 | B2 | 3F | 37 |
| Octal | 104 | 325 | 317 | 104 | 0 | 3 | 20 | 262 | 77 | 67 |
| Binary | 1000100 | 11010101 | 11001111 | 1000100 | 0 | 11 | 10000 | 10110010 | 111111 | 110111 |
Color Harmonies of #44D5CF
Complementary color
Monochromatic Colors of #44D5CF
Black with #44D5CF
Text Example
Text Example
White with #44D5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D5CF; }
p { color: rgb(68,213,207); }
H1.HeaderClassName
{
color: #44D5CF;
}
.AnyTagClassName
{
color: #44D5CF;
}
</style>
background-color css
<style>
a { background-color: #44D5CF; }
a { background-color: rgb(68,213,207); }
div.DivClassName
{
background-color: #44D5CF;
}
.BgClassName
{
background-color: #44D5CF;
}
</style>
border-color css
<style>
span { border-color: #44D5CF; }
span { border-color: rgb(68,213,207); }
td.TdClassName
{
border-color: #44D5CF;
}
.TagClassName
{
border-color: #44D5CF;
}
</style>