Shades of Medium Turquoise #44CDC8
Tints of Medium Turquoise #44CDC8
RGB
CMYK
RGB Variations
Color information
#44CDC8 (or 0x44CDC8) is known color: Medium Turquoise. HEX triplet: 44, CD and C8. RGB value is (68,205,200). Sum of RGB (Red+Green+Blue) = 68+205+200=473 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.38% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 205 - color contains mainly: green. Hex color #44CDC8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CDC8 is #BB3237. Grayscale: #A3A3A3. Windows color (decimal): -12268088 or 13159748. OLE color: 13159748.
HSL color Cylindrical-coordinate representation of color #44CDC8: hue angle of 177.81º 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 #44CDC8 is Cyan = 0.67, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 205 | 200 | - |
| CMYK | 0.67 | 0 | 0.02 | 0.20 |
| HSL | 177.81º | 0.58% | 0.54% | - |
| HSV(B) | 177.81º | 0.67% | 0.8% | - |
| XYZ | 34.64 | 49.06 | 62.29 | - |
| YUV | 163.47 | 148.61 | 59.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 205 | 200 | 0.67 | 0 | 0.02 | 0.20 | 177.81 | 0.58 | 0.54 |
| Hex | 44 | CD | C8 | 43 | 0 | 2 | 14 | B2 | 3A | 36 |
| Octal | 104 | 315 | 310 | 103 | 0 | 2 | 24 | 262 | 72 | 66 |
| Binary | 1000100 | 11001101 | 11001000 | 1000011 | 0 | 10 | 10100 | 10110010 | 111010 | 110110 |
Color Harmonies of #44CDC8
Complementary color
Monochromatic Colors of #44CDC8
Black with #44CDC8
Text Example
Text Example
White with #44CDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CDC8; }
p { color: rgb(68,205,200); }
H1.HeaderClassName
{
color: #44CDC8;
}
.AnyTagClassName
{
color: #44CDC8;
}
</style>
background-color css
<style>
a { background-color: #44CDC8; }
a { background-color: rgb(68,205,200); }
div.DivClassName
{
background-color: #44CDC8;
}
.BgClassName
{
background-color: #44CDC8;
}
</style>
border-color css
<style>
span { border-color: #44CDC8; }
span { border-color: rgb(68,205,200); }
td.TdClassName
{
border-color: #44CDC8;
}
.TagClassName
{
border-color: #44CDC8;
}
</style>