Shades of Turquoise #44FEBA
Tints of Turquoise #44FEBA
RGB
CMYK
RGB Variations
Color information
#44FEBA (or 0x44FEBA) is known color: Turquoise. HEX triplet: 44, FE and BA. RGB value is (68,254,186). Sum of RGB (Red+Green+Blue) = 68+254+186=508 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.39% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FEBA is #BB0145. Grayscale: #BEBEBE. Windows color (decimal): -12255558 or 12254788. OLE color: 12254788.
HSL color Cylindrical-coordinate representation of color #44FEBA: hue angle of 158.06º 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 #44FEBA is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 186 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.00 |
| HSL | 158.06º | 0.99% | 0.63% | - |
| HSV(B) | 158.06º | 0.73% | 1% | - |
| XYZ | 46.69 | 75.66 | 58.6 | - |
| YUV | 190.63 | 125.38 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 186 | 0.73 | 0 | 0.27 | 0.00 | 158.06 | 0.99 | 0.63 |
| Hex | 44 | FE | BA | 49 | 0 | 1B | 0 | 9E | 63 | 3F |
| Octal | 104 | 376 | 272 | 111 | 0 | 33 | 0 | 236 | 143 | 77 |
| Binary | 1000100 | 11111110 | 10111010 | 1001001 | 0 | 11011 | 0 | 10011110 | 1100011 | 111111 |
Color Harmonies of #44FEBA
Complementary color
Monochromatic Colors of #44FEBA
Black with #44FEBA
Text Example
Text Example
White with #44FEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEBA; }
p { color: rgb(68,254,186); }
H1.HeaderClassName
{
color: #44FEBA;
}
.AnyTagClassName
{
color: #44FEBA;
}
</style>
background-color css
<style>
a { background-color: #44FEBA; }
a { background-color: rgb(68,254,186); }
div.DivClassName
{
background-color: #44FEBA;
}
.BgClassName
{
background-color: #44FEBA;
}
</style>
border-color css
<style>
span { border-color: #44FEBA; }
span { border-color: rgb(68,254,186); }
td.TdClassName
{
border-color: #44FEBA;
}
.TagClassName
{
border-color: #44FEBA;
}
</style>