Shades of Turquoise #44F8F0
Tints of Turquoise #44F8F0
RGB
CMYK
RGB Variations
Color information
#44F8F0 (or 0x44F8F0) is known color: Turquoise. HEX triplet: 44, F8 and F0. RGB value is (68,248,240). Sum of RGB (Red+Green+Blue) = 68+248+240=556 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.23% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #44F8F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F8F0 is #BB070F. Grayscale: #C1C1C1. Windows color (decimal): -12257040 or 15792196. OLE color: 15792196.
HSL color Cylindrical-coordinate representation of color #44F8F0: hue angle of 177.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F8F0 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 248 | 240 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.03 |
| HSL | 177.33º | 0.93% | 0.62% | - |
| HSV(B) | 177.33º | 0.73% | 0.97% | - |
| XYZ | 51.68 | 74.66 | 94.12 | - |
| YUV | 193.27 | 154.37 | 38.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 248 | 240 | 0.73 | 0 | 0.03 | 0.03 | 177.33 | 0.93 | 0.62 |
| Hex | 44 | F8 | F0 | 49 | 0 | 3 | 3 | B1 | 5D | 3E |
| Octal | 104 | 370 | 360 | 111 | 0 | 3 | 3 | 261 | 135 | 76 |
| Binary | 1000100 | 11111000 | 11110000 | 1001001 | 0 | 11 | 11 | 10110001 | 1011101 | 111110 |
Color Harmonies of #44F8F0
Complementary color
Monochromatic Colors of #44F8F0
Black with #44F8F0
Text Example
Text Example
White with #44F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F8F0; }
p { color: rgb(68,248,240); }
H1.HeaderClassName
{
color: #44F8F0;
}
.AnyTagClassName
{
color: #44F8F0;
}
</style>
background-color css
<style>
a { background-color: #44F8F0; }
a { background-color: rgb(68,248,240); }
div.DivClassName
{
background-color: #44F8F0;
}
.BgClassName
{
background-color: #44F8F0;
}
</style>
border-color css
<style>
span { border-color: #44F8F0; }
span { border-color: rgb(68,248,240); }
td.TdClassName
{
border-color: #44F8F0;
}
.TagClassName
{
border-color: #44F8F0;
}
</style>