Shades of Turquoise #44F7D4
Tints of Turquoise #44F7D4
RGB
CMYK
RGB Variations
Color information
#44F7D4 (or 0x44F7D4) is known color: Turquoise. HEX triplet: 44, F7 and D4. RGB value is (68,247,212). Sum of RGB (Red+Green+Blue) = 68+247+212=527 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.90% from 527); Green value is 247 (96.88% from 255 or 46.87% from 527); Blue value is 212 (83.20% from 255 or 40.23% from 527); Max value from RGB is 247 - color contains mainly: green. Hex color #44F7D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F7D4 is #BB082B. Grayscale: #BDBDBD. Windows color (decimal): -12257324 or 13956932. OLE color: 13956932.
HSL color Cylindrical-coordinate representation of color #44F7D4: hue angle of 168.27º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F7D4 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 247 | 212 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.03 |
| HSL | 168.27º | 0.92% | 0.62% | - |
| HSV(B) | 168.27º | 0.72% | 0.97% | - |
| XYZ | 47.53 | 72.5 | 73.78 | - |
| YUV | 189.49 | 140.7 | 41.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 212 | 0.72 | 0 | 0.14 | 0.03 | 168.27 | 0.92 | 0.62 |
| Hex | 44 | F7 | D4 | 48 | 0 | E | 3 | A8 | 5C | 3E |
| Octal | 104 | 367 | 324 | 110 | 0 | 16 | 3 | 250 | 134 | 76 |
| Binary | 1000100 | 11110111 | 11010100 | 1001000 | 0 | 1110 | 11 | 10101000 | 1011100 | 111110 |
Color Harmonies of #44F7D4
Complementary color
Monochromatic Colors of #44F7D4
Black with #44F7D4
Text Example
Text Example
White with #44F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F7D4; }
p { color: rgb(68,247,212); }
H1.HeaderClassName
{
color: #44F7D4;
}
.AnyTagClassName
{
color: #44F7D4;
}
</style>
background-color css
<style>
a { background-color: #44F7D4; }
a { background-color: rgb(68,247,212); }
div.DivClassName
{
background-color: #44F7D4;
}
.BgClassName
{
background-color: #44F7D4;
}
</style>
border-color css
<style>
span { border-color: #44F7D4; }
span { border-color: rgb(68,247,212); }
td.TdClassName
{
border-color: #44F7D4;
}
.TagClassName
{
border-color: #44F7D4;
}
</style>