Shades of Turquoise #44FABC
Tints of Turquoise #44FABC
RGB
CMYK
RGB Variations
Color information
#44FABC (or 0x44FABC) is known color: Turquoise. HEX triplet: 44, FA and BC. RGB value is (68,250,188). Sum of RGB (Red+Green+Blue) = 68+250+188=506 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.44% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #44FABC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FABC is #BB0543. Grayscale: #BCBCBC. Windows color (decimal): -12256580 or 12384836. OLE color: 12384836.
HSL color Cylindrical-coordinate representation of color #44FABC: hue angle of 159.56º degrees, saturation: 0.95, 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 #44FABC is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 188 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.02 |
| HSL | 159.56º | 0.95% | 0.62% | - |
| HSV(B) | 159.56º | 0.73% | 0.98% | - |
| XYZ | 45.65 | 73.23 | 59.31 | - |
| YUV | 188.51 | 127.7 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 188 | 0.73 | 0 | 0.25 | 0.02 | 159.56 | 0.95 | 0.62 |
| Hex | 44 | FA | BC | 49 | 0 | 19 | 2 | A0 | 5F | 3E |
| Octal | 104 | 372 | 274 | 111 | 0 | 31 | 2 | 240 | 137 | 76 |
| Binary | 1000100 | 11111010 | 10111100 | 1001001 | 0 | 11001 | 10 | 10100000 | 1011111 | 111110 |
Color Harmonies of #44FABC
Complementary color
Monochromatic Colors of #44FABC
Black with #44FABC
Text Example
Text Example
White with #44FABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FABC; }
p { color: rgb(68,250,188); }
H1.HeaderClassName
{
color: #44FABC;
}
.AnyTagClassName
{
color: #44FABC;
}
</style>
background-color css
<style>
a { background-color: #44FABC; }
a { background-color: rgb(68,250,188); }
div.DivClassName
{
background-color: #44FABC;
}
.BgClassName
{
background-color: #44FABC;
}
</style>
border-color css
<style>
span { border-color: #44FABC; }
span { border-color: rgb(68,250,188); }
td.TdClassName
{
border-color: #44FABC;
}
.TagClassName
{
border-color: #44FABC;
}
</style>