Shades of Turquoise #44E0CD
Tints of Turquoise #44E0CD
RGB
CMYK
RGB Variations
Color information
#44E0CD (or 0x44E0CD) is known color: Turquoise. HEX triplet: 44, E0 and CD. RGB value is (68,224,205). Sum of RGB (Red+Green+Blue) = 68+224+205=497 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.68% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 205 (80.47% from 255 or 41.25% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #44E0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E0CD is #BB1F32. Grayscale: #AFAFAF. Windows color (decimal): -12263219 or 13492292. OLE color: 13492292.
HSL color Cylindrical-coordinate representation of color #44E0CD: hue angle of 172.69º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E0CD is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 224 | 205 | - |
| CMYK | 0.70 | 0 | 0.08 | 0.12 |
| HSL | 172.69º | 0.72% | 0.57% | - |
| HSV(B) | 172.69º | 0.7% | 0.88% | - |
| XYZ | 40.06 | 58.95 | 67.02 | - |
| YUV | 175.19 | 144.82 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 224 | 205 | 0.70 | 0 | 0.08 | 0.12 | 172.69 | 0.72 | 0.57 |
| Hex | 44 | E0 | CD | 46 | 0 | 8 | C | AD | 48 | 39 |
| Octal | 104 | 340 | 315 | 106 | 0 | 10 | 14 | 255 | 110 | 71 |
| Binary | 1000100 | 11100000 | 11001101 | 1000110 | 0 | 1000 | 1100 | 10101101 | 1001000 | 111001 |
Color Harmonies of #44E0CD
Complementary color
Monochromatic Colors of #44E0CD
Black with #44E0CD
Text Example
Text Example
White with #44E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E0CD; }
p { color: rgb(68,224,205); }
H1.HeaderClassName
{
color: #44E0CD;
}
.AnyTagClassName
{
color: #44E0CD;
}
</style>
background-color css
<style>
a { background-color: #44E0CD; }
a { background-color: rgb(68,224,205); }
div.DivClassName
{
background-color: #44E0CD;
}
.BgClassName
{
background-color: #44E0CD;
}
</style>
border-color css
<style>
span { border-color: #44E0CD; }
span { border-color: rgb(68,224,205); }
td.TdClassName
{
border-color: #44E0CD;
}
.TagClassName
{
border-color: #44E0CD;
}
</style>