Shades of Turquoise #44FFB0
Tints of Turquoise #44FFB0
RGB
CMYK
RGB Variations
Color information
#44FFB0 (or 0x44FFB0) is known color: Turquoise. HEX triplet: 44, FF and B0. RGB value is (68,255,176). Sum of RGB (Red+Green+Blue) = 68+255+176=499 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.63% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #44FFB0 is #BB004F. Grayscale: #BEBEBE. Windows color (decimal): -12255312 or 11599684. OLE color: 11599684.
HSL color Cylindrical-coordinate representation of color #44FFB0: hue angle of 154.65º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FFB0 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 176 | - |
| CMYK | 0.73 | 0 | 0.31 | 0 |
| HSL | 154.65º | 1% | 0.63% | - |
| HSV(B) | 154.65º | 0.73% | 1% | - |
| XYZ | 45.98 | 75.88 | 53.3 | - |
| YUV | 190.08 | 120.05 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 176 | 0.73 | 0 | 0.31 | 0 | 154.65 | 1 | 0.63 |
| Hex | 44 | FF | B0 | 49 | 0 | 1F | 0 | 9B | 64 | 3F |
| Octal | 104 | 377 | 260 | 111 | 0 | 37 | 0 | 233 | 144 | 77 |
| Binary | 1000100 | 11111111 | 10110000 | 1001001 | 0 | 11111 | 0 | 10011011 | 1100100 | 111111 |
Color Harmonies of #44FFB0
Complementary color
Monochromatic Colors of #44FFB0
Black with #44FFB0
Text Example
Text Example
White with #44FFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FFB0; }
p { color: rgb(68,255,176); }
H1.HeaderClassName
{
color: #44FFB0;
}
.AnyTagClassName
{
color: #44FFB0;
}
</style>
background-color css
<style>
a { background-color: #44FFB0; }
a { background-color: rgb(68,255,176); }
div.DivClassName
{
background-color: #44FFB0;
}
.BgClassName
{
background-color: #44FFB0;
}
</style>
border-color css
<style>
span { border-color: #44FFB0; }
span { border-color: rgb(68,255,176); }
td.TdClassName
{
border-color: #44FFB0;
}
.TagClassName
{
border-color: #44FFB0;
}
</style>