Shades of Turquoise #44FEBB
Tints of Turquoise #44FEBB
RGB
CMYK
RGB Variations
Color information
#44FEBB (or 0x44FEBB) is known color: Turquoise. HEX triplet: 44, FE and BB. RGB value is (68,254,187). Sum of RGB (Red+Green+Blue) = 68+254+187=509 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.36% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FEBB is #BB0144. Grayscale: #BEBEBE. Windows color (decimal): -12255557 or 12320324. OLE color: 12320324.
HSL color Cylindrical-coordinate representation of color #44FEBB: hue angle of 158.39º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FEBB is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 187 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.00 |
| HSL | 158.39º | 0.99% | 0.63% | - |
| HSV(B) | 158.39º | 0.73% | 1% | - |
| XYZ | 46.8 | 75.7 | 59.16 | - |
| YUV | 190.75 | 125.88 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 187 | 0.73 | 0 | 0.26 | 0.00 | 158.39 | 0.99 | 0.63 |
| Hex | 44 | FE | BB | 49 | 0 | 1A | 0 | 9E | 63 | 3F |
| Octal | 104 | 376 | 273 | 111 | 0 | 32 | 0 | 236 | 143 | 77 |
| Binary | 1000100 | 11111110 | 10111011 | 1001001 | 0 | 11010 | 0 | 10011110 | 1100011 | 111111 |
Color Harmonies of #44FEBB
Complementary color
Monochromatic Colors of #44FEBB
Black with #44FEBB
Text Example
Text Example
White with #44FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEBB; }
p { color: rgb(68,254,187); }
H1.HeaderClassName
{
color: #44FEBB;
}
.AnyTagClassName
{
color: #44FEBB;
}
</style>
background-color css
<style>
a { background-color: #44FEBB; }
a { background-color: rgb(68,254,187); }
div.DivClassName
{
background-color: #44FEBB;
}
.BgClassName
{
background-color: #44FEBB;
}
</style>
border-color css
<style>
span { border-color: #44FEBB; }
span { border-color: rgb(68,254,187); }
td.TdClassName
{
border-color: #44FEBB;
}
.TagClassName
{
border-color: #44FEBB;
}
</style>