Shades of Turquoise #44F7D8
Tints of Turquoise #44F7D8
RGB
CMYK
RGB Variations
Color information
#44F7D8 (or 0x44F7D8) is known color: Turquoise. HEX triplet: 44, F7 and D8. RGB value is (68,247,216). Sum of RGB (Red+Green+Blue) = 68+247+216=531 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.81% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #44F7D8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F7D8 is #BB0827. Grayscale: #BDBDBD. Windows color (decimal): -12257320 or 14219076. OLE color: 14219076.
HSL color Cylindrical-coordinate representation of color #44F7D8: hue angle of 169.61º 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 #44F7D8 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 247 | 216 | - |
| CMYK | 0.72 | 0 | 0.13 | 0.03 |
| HSL | 169.61º | 0.92% | 0.62% | - |
| HSV(B) | 169.61º | 0.72% | 0.97% | - |
| XYZ | 48.04 | 72.71 | 76.47 | - |
| YUV | 189.95 | 142.7 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 216 | 0.72 | 0 | 0.13 | 0.03 | 169.61 | 0.92 | 0.62 |
| Hex | 44 | F7 | D8 | 48 | 0 | D | 3 | AA | 5C | 3E |
| Octal | 104 | 367 | 330 | 110 | 0 | 15 | 3 | 252 | 134 | 76 |
| Binary | 1000100 | 11110111 | 11011000 | 1001000 | 0 | 1101 | 11 | 10101010 | 1011100 | 111110 |
Color Harmonies of #44F7D8
Complementary color
Monochromatic Colors of #44F7D8
Black with #44F7D8
Text Example
Text Example
White with #44F7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F7D8; }
p { color: rgb(68,247,216); }
H1.HeaderClassName
{
color: #44F7D8;
}
.AnyTagClassName
{
color: #44F7D8;
}
</style>
background-color css
<style>
a { background-color: #44F7D8; }
a { background-color: rgb(68,247,216); }
div.DivClassName
{
background-color: #44F7D8;
}
.BgClassName
{
background-color: #44F7D8;
}
</style>
border-color css
<style>
span { border-color: #44F7D8; }
span { border-color: rgb(68,247,216); }
td.TdClassName
{
border-color: #44F7D8;
}
.TagClassName
{
border-color: #44F7D8;
}
</style>