Shades of Turquoise #44F4CA
Tints of Turquoise #44F4CA
RGB
CMYK
RGB Variations
Color information
#44F4CA (or 0x44F4CA) is known color: Turquoise. HEX triplet: 44, F4 and CA. RGB value is (68,244,202). Sum of RGB (Red+Green+Blue) = 68+244+202=514 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.23% from 514); Green value is 244 (95.70% from 255 or 47.47% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 244 - color contains mainly: green. Hex color #44F4CA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F4CA is #BB0B35. Grayscale: #BABABA. Windows color (decimal): -12258102 or 13300804. OLE color: 13300804.
HSL color Cylindrical-coordinate representation of color #44F4CA: hue angle of 165.68º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F4CA is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 244 | 202 | - |
| CMYK | 0.72 | 0 | 0.17 | 0.04 |
| HSL | 165.68º | 0.89% | 0.61% | - |
| HSV(B) | 165.68º | 0.72% | 0.96% | - |
| XYZ | 45.4 | 70.19 | 67.03 | - |
| YUV | 186.59 | 136.69 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 244 | 202 | 0.72 | 0 | 0.17 | 0.04 | 165.68 | 0.89 | 0.61 |
| Hex | 44 | F4 | CA | 48 | 0 | 11 | 4 | A6 | 59 | 3D |
| Octal | 104 | 364 | 312 | 110 | 0 | 21 | 4 | 246 | 131 | 75 |
| Binary | 1000100 | 11110100 | 11001010 | 1001000 | 0 | 10001 | 100 | 10100110 | 1011001 | 111101 |
Color Harmonies of #44F4CA
Complementary color
Monochromatic Colors of #44F4CA
Black with #44F4CA
Text Example
Text Example
White with #44F4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F4CA; }
p { color: rgb(68,244,202); }
H1.HeaderClassName
{
color: #44F4CA;
}
.AnyTagClassName
{
color: #44F4CA;
}
</style>
background-color css
<style>
a { background-color: #44F4CA; }
a { background-color: rgb(68,244,202); }
div.DivClassName
{
background-color: #44F4CA;
}
.BgClassName
{
background-color: #44F4CA;
}
</style>
border-color css
<style>
span { border-color: #44F4CA; }
span { border-color: rgb(68,244,202); }
td.TdClassName
{
border-color: #44F4CA;
}
.TagClassName
{
border-color: #44F4CA;
}
</style>