Shades of Turquoise #44F9BB
Tints of Turquoise #44F9BB
RGB
CMYK
RGB Variations
Color information
#44F9BB (or 0x44F9BB) is known color: Turquoise. HEX triplet: 44, F9 and BB. RGB value is (68,249,187). Sum of RGB (Red+Green+Blue) = 68+249+187=504 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.49% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #44F9BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F9BB is #BB0644. Grayscale: #BBBBBB. Windows color (decimal): -12256837 or 12319044. OLE color: 12319044.
HSL color Cylindrical-coordinate representation of color #44F9BB: hue angle of 159.45º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F9BB is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 249 | 187 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.02 |
| HSL | 159.45º | 0.94% | 0.62% | - |
| HSV(B) | 159.45º | 0.73% | 0.98% | - |
| XYZ | 45.23 | 72.57 | 58.64 | - |
| YUV | 187.81 | 127.53 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 249 | 187 | 0.73 | 0 | 0.25 | 0.02 | 159.45 | 0.94 | 0.62 |
| Hex | 44 | F9 | BB | 49 | 0 | 19 | 2 | 9F | 5E | 3E |
| Octal | 104 | 371 | 273 | 111 | 0 | 31 | 2 | 237 | 136 | 76 |
| Binary | 1000100 | 11111001 | 10111011 | 1001001 | 0 | 11001 | 10 | 10011111 | 1011110 | 111110 |
Color Harmonies of #44F9BB
Complementary color
Monochromatic Colors of #44F9BB
Black with #44F9BB
Text Example
Text Example
White with #44F9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F9BB; }
p { color: rgb(68,249,187); }
H1.HeaderClassName
{
color: #44F9BB;
}
.AnyTagClassName
{
color: #44F9BB;
}
</style>
background-color css
<style>
a { background-color: #44F9BB; }
a { background-color: rgb(68,249,187); }
div.DivClassName
{
background-color: #44F9BB;
}
.BgClassName
{
background-color: #44F9BB;
}
</style>
border-color css
<style>
span { border-color: #44F9BB; }
span { border-color: rgb(68,249,187); }
td.TdClassName
{
border-color: #44F9BB;
}
.TagClassName
{
border-color: #44F9BB;
}
</style>