Shades of Turquoise #44E3CA
Tints of Turquoise #44E3CA
RGB
CMYK
RGB Variations
Color information
#44E3CA (or 0x44E3CA) is known color: Turquoise. HEX triplet: 44, E3 and CA. RGB value is (68,227,202). Sum of RGB (Red+Green+Blue) = 68+227+202=497 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.68% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #44E3CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E3CA is #BB1C35. Grayscale: #B0B0B0. Windows color (decimal): -12262454 or 13296452. OLE color: 13296452.
HSL color Cylindrical-coordinate representation of color #44E3CA: hue angle of 170.57º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E3CA is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 227 | 202 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.11 |
| HSL | 170.57º | 0.74% | 0.58% | - |
| HSV(B) | 170.57º | 0.7% | 0.89% | - |
| XYZ | 40.51 | 60.43 | 65.41 | - |
| YUV | 176.61 | 142.32 | 50.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 202 | 0.70 | 0 | 0.11 | 0.11 | 170.57 | 0.74 | 0.58 |
| Hex | 44 | E3 | CA | 46 | 0 | B | B | AB | 4A | 3A |
| Octal | 104 | 343 | 312 | 106 | 0 | 13 | 13 | 253 | 112 | 72 |
| Binary | 1000100 | 11100011 | 11001010 | 1000110 | 0 | 1011 | 1011 | 10101011 | 1001010 | 111010 |
Color Harmonies of #44E3CA
Complementary color
Monochromatic Colors of #44E3CA
Black with #44E3CA
Text Example
Text Example
White with #44E3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E3CA; }
p { color: rgb(68,227,202); }
H1.HeaderClassName
{
color: #44E3CA;
}
.AnyTagClassName
{
color: #44E3CA;
}
</style>
background-color css
<style>
a { background-color: #44E3CA; }
a { background-color: rgb(68,227,202); }
div.DivClassName
{
background-color: #44E3CA;
}
.BgClassName
{
background-color: #44E3CA;
}
</style>
border-color css
<style>
span { border-color: #44E3CA; }
span { border-color: rgb(68,227,202); }
td.TdClassName
{
border-color: #44E3CA;
}
.TagClassName
{
border-color: #44E3CA;
}
</style>