Shades of Turquoise #44FEBE
Tints of Turquoise #44FEBE
RGB
CMYK
RGB Variations
Color information
#44FEBE (or 0x44FEBE) is known color: Turquoise. HEX triplet: 44, FE and BE. RGB value is (68,254,190). Sum of RGB (Red+Green+Blue) = 68+254+190=512 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.28% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FEBE is #BB0141. Grayscale: #BFBFBF. Windows color (decimal): -12255554 or 12516932. OLE color: 12516932.
HSL color Cylindrical-coordinate representation of color #44FEBE: hue angle of 159.35º 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 #44FEBE is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 190 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.00 |
| HSL | 159.35º | 0.99% | 0.63% | - |
| HSV(B) | 159.35º | 0.73% | 1% | - |
| XYZ | 47.12 | 75.83 | 60.87 | - |
| YUV | 191.09 | 127.38 | 40.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 190 | 0.73 | 0 | 0.25 | 0.00 | 159.35 | 0.99 | 0.63 |
| Hex | 44 | FE | BE | 49 | 0 | 19 | 0 | 9F | 63 | 3F |
| Octal | 104 | 376 | 276 | 111 | 0 | 31 | 0 | 237 | 143 | 77 |
| Binary | 1000100 | 11111110 | 10111110 | 1001001 | 0 | 11001 | 0 | 10011111 | 1100011 | 111111 |
Color Harmonies of #44FEBE
Complementary color
Monochromatic Colors of #44FEBE
Black with #44FEBE
Text Example
Text Example
White with #44FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEBE; }
p { color: rgb(68,254,190); }
H1.HeaderClassName
{
color: #44FEBE;
}
.AnyTagClassName
{
color: #44FEBE;
}
</style>
background-color css
<style>
a { background-color: #44FEBE; }
a { background-color: rgb(68,254,190); }
div.DivClassName
{
background-color: #44FEBE;
}
.BgClassName
{
background-color: #44FEBE;
}
</style>
border-color css
<style>
span { border-color: #44FEBE; }
span { border-color: rgb(68,254,190); }
td.TdClassName
{
border-color: #44FEBE;
}
.TagClassName
{
border-color: #44FEBE;
}
</style>