Shades of Turquoise #44F8B1
Tints of Turquoise #44F8B1
RGB
CMYK
RGB Variations
Color information
#44F8B1 (or 0x44F8B1) is known color: Turquoise. HEX triplet: 44, F8 and B1. RGB value is (68,248,177). Sum of RGB (Red+Green+Blue) = 68+248+177=493 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.79% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #44F8B1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44F8B1 is #BB074E. Grayscale: #BABABA. Windows color (decimal): -12257103 or 11663428. OLE color: 11663428.
HSL color Cylindrical-coordinate representation of color #44F8B1: hue angle of 156.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 #44F8B1 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 248 | 177 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.03 |
| HSL | 156.33º | 0.93% | 0.62% | - |
| HSV(B) | 156.33º | 0.73% | 0.97% | - |
| XYZ | 43.89 | 71.54 | 53.09 | - |
| YUV | 186.09 | 122.87 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 248 | 177 | 0.73 | 0 | 0.29 | 0.03 | 156.33 | 0.93 | 0.62 |
| Hex | 44 | F8 | B1 | 49 | 0 | 1D | 3 | 9C | 5D | 3E |
| Octal | 104 | 370 | 261 | 111 | 0 | 35 | 3 | 234 | 135 | 76 |
| Binary | 1000100 | 11111000 | 10110001 | 1001001 | 0 | 11101 | 11 | 10011100 | 1011101 | 111110 |
Color Harmonies of #44F8B1
Complementary color
Monochromatic Colors of #44F8B1
Black with #44F8B1
Text Example
Text Example
White with #44F8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F8B1; }
p { color: rgb(68,248,177); }
H1.HeaderClassName
{
color: #44F8B1;
}
.AnyTagClassName
{
color: #44F8B1;
}
</style>
background-color css
<style>
a { background-color: #44F8B1; }
a { background-color: rgb(68,248,177); }
div.DivClassName
{
background-color: #44F8B1;
}
.BgClassName
{
background-color: #44F8B1;
}
</style>
border-color css
<style>
span { border-color: #44F8B1; }
span { border-color: rgb(68,248,177); }
td.TdClassName
{
border-color: #44F8B1;
}
.TagClassName
{
border-color: #44F8B1;
}
</style>