Shades of Turquoise #44F7EF
Tints of Turquoise #44F7EF
RGB
CMYK
RGB Variations
Color information
#44F7EF (or 0x44F7EF) is known color: Turquoise. HEX triplet: 44, F7 and EF. RGB value is (68,247,239). Sum of RGB (Red+Green+Blue) = 68+247+239=554 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.27% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #44F7EF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F7EF is #BB0810. Grayscale: #C0C0C0. Windows color (decimal): -12257297 or 15726404. OLE color: 15726404.
HSL color Cylindrical-coordinate representation of color #44F7EF: hue angle of 177.32º 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 #44F7EF is Cyan = 0.72, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 247 | 239 | - |
| CMYK | 0.72 | 0 | 0.03 | 0.03 |
| HSL | 177.32º | 0.92% | 0.62% | - |
| HSV(B) | 177.32º | 0.72% | 0.97% | - |
| XYZ | 51.22 | 73.98 | 93.24 | - |
| YUV | 192.57 | 154.2 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 239 | 0.72 | 0 | 0.03 | 0.03 | 177.32 | 0.92 | 0.62 |
| Hex | 44 | F7 | EF | 48 | 0 | 3 | 3 | B1 | 5C | 3E |
| Octal | 104 | 367 | 357 | 110 | 0 | 3 | 3 | 261 | 134 | 76 |
| Binary | 1000100 | 11110111 | 11101111 | 1001000 | 0 | 11 | 11 | 10110001 | 1011100 | 111110 |
Color Harmonies of #44F7EF
Complementary color
Monochromatic Colors of #44F7EF
Black with #44F7EF
Text Example
Text Example
White with #44F7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F7EF; }
p { color: rgb(68,247,239); }
H1.HeaderClassName
{
color: #44F7EF;
}
.AnyTagClassName
{
color: #44F7EF;
}
</style>
background-color css
<style>
a { background-color: #44F7EF; }
a { background-color: rgb(68,247,239); }
div.DivClassName
{
background-color: #44F7EF;
}
.BgClassName
{
background-color: #44F7EF;
}
</style>
border-color css
<style>
span { border-color: #44F7EF; }
span { border-color: rgb(68,247,239); }
td.TdClassName
{
border-color: #44F7EF;
}
.TagClassName
{
border-color: #44F7EF;
}
</style>