Shades of Turquoise #44E8CA
Tints of Turquoise #44E8CA
RGB
CMYK
RGB Variations
Color information
#44E8CA (or 0x44E8CA) is known color: Turquoise. HEX triplet: 44, E8 and CA. RGB value is (68,232,202). Sum of RGB (Red+Green+Blue) = 68+232+202=502 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.55% from 502); Green value is 232 (91.02% from 255 or 46.22% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 232 - color contains mainly: green. Hex color #44E8CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E8CA is #BB1735. Grayscale: #B3B3B3. Windows color (decimal): -12261174 or 13297732. OLE color: 13297732.
HSL color Cylindrical-coordinate representation of color #44E8CA: hue angle of 169.02º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44E8CA is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 232 | 202 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.09 |
| HSL | 169.02º | 0.78% | 0.59% | - |
| HSV(B) | 169.02º | 0.71% | 0.91% | - |
| XYZ | 41.9 | 63.21 | 65.87 | - |
| YUV | 179.54 | 140.67 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 232 | 202 | 0.71 | 0 | 0.13 | 0.09 | 169.02 | 0.78 | 0.59 |
| Hex | 44 | E8 | CA | 47 | 0 | D | 9 | A9 | 4E | 3B |
| Octal | 104 | 350 | 312 | 107 | 0 | 15 | 11 | 251 | 116 | 73 |
| Binary | 1000100 | 11101000 | 11001010 | 1000111 | 0 | 1101 | 1001 | 10101001 | 1001110 | 111011 |
Color Harmonies of #44E8CA
Complementary color
Monochromatic Colors of #44E8CA
Black with #44E8CA
Text Example
Text Example
White with #44E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E8CA; }
p { color: rgb(68,232,202); }
H1.HeaderClassName
{
color: #44E8CA;
}
.AnyTagClassName
{
color: #44E8CA;
}
</style>
background-color css
<style>
a { background-color: #44E8CA; }
a { background-color: rgb(68,232,202); }
div.DivClassName
{
background-color: #44E8CA;
}
.BgClassName
{
background-color: #44E8CA;
}
</style>
border-color css
<style>
span { border-color: #44E8CA; }
span { border-color: rgb(68,232,202); }
td.TdClassName
{
border-color: #44E8CA;
}
.TagClassName
{
border-color: #44E8CA;
}
</style>