Shades of Medium Turquoise #44D3CF
Tints of Medium Turquoise #44D3CF
RGB
CMYK
RGB Variations
Color information
#44D3CF (or 0x44D3CF) is known color: Medium Turquoise. HEX triplet: 44, D3 and CF. RGB value is (68,211,207). Sum of RGB (Red+Green+Blue) = 68+211+207=486 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.99% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #44D3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D3CF is #BB2C30. Grayscale: #A7A7A7. Windows color (decimal): -12266545 or 13620036. OLE color: 13620036.
HSL color Cylindrical-coordinate representation of color #44D3CF: hue angle of 178.32º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D3CF is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 68 | 211 | 207 | - |
| CMYK | 0.68 | 0 | 0.02 | 0.17 |
| HSL | 178.32º | 0.62% | 0.55% | - |
| HSV(B) | 178.32º | 0.68% | 0.83% | - |
| XYZ | 36.94 | 52.32 | 67.18 | - |
| YUV | 167.79 | 150.12 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 211 | 207 | 0.68 | 0 | 0.02 | 0.17 | 178.32 | 0.62 | 0.55 |
| Hex | 44 | D3 | CF | 44 | 0 | 2 | 11 | B2 | 3E | 37 |
| Octal | 104 | 323 | 317 | 104 | 0 | 2 | 21 | 262 | 76 | 67 |
| Binary | 1000100 | 11010011 | 11001111 | 1000100 | 0 | 10 | 10001 | 10110010 | 111110 | 110111 |
Color Harmonies of #44D3CF
Complementary color
Monochromatic Colors of #44D3CF
Black with #44D3CF
Text Example
Text Example
White with #44D3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D3CF; }
p { color: rgb(68,211,207); }
H1.HeaderClassName
{
color: #44D3CF;
}
.AnyTagClassName
{
color: #44D3CF;
}
</style>
background-color css
<style>
a { background-color: #44D3CF; }
a { background-color: rgb(68,211,207); }
div.DivClassName
{
background-color: #44D3CF;
}
.BgClassName
{
background-color: #44D3CF;
}
</style>
border-color css
<style>
span { border-color: #44D3CF; }
span { border-color: rgb(68,211,207); }
td.TdClassName
{
border-color: #44D3CF;
}
.TagClassName
{
border-color: #44D3CF;
}
</style>