Shades of Turquoise #44FEBC
Tints of Turquoise #44FEBC
RGB
CMYK
RGB Variations
Color information
#44FEBC (or 0x44FEBC) is known color: Turquoise. HEX triplet: 44, FE and BC. RGB value is (68,254,188). Sum of RGB (Red+Green+Blue) = 68+254+188=510 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.33% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FEBC is #BB0143. Grayscale: #BEBEBE. Windows color (decimal): -12255556 or 12385860. OLE color: 12385860.
HSL color Cylindrical-coordinate representation of color #44FEBC: hue angle of 158.71º 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 #44FEBC is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 188 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.00 |
| HSL | 158.71º | 0.99% | 0.63% | - |
| HSV(B) | 158.71º | 0.73% | 1% | - |
| XYZ | 46.9 | 75.74 | 59.72 | - |
| YUV | 190.86 | 126.38 | 40.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 188 | 0.73 | 0 | 0.26 | 0.00 | 158.71 | 0.99 | 0.63 |
| Hex | 44 | FE | BC | 49 | 0 | 1A | 0 | 9F | 63 | 3F |
| Octal | 104 | 376 | 274 | 111 | 0 | 32 | 0 | 237 | 143 | 77 |
| Binary | 1000100 | 11111110 | 10111100 | 1001001 | 0 | 11010 | 0 | 10011111 | 1100011 | 111111 |
Color Harmonies of #44FEBC
Complementary color
Monochromatic Colors of #44FEBC
Black with #44FEBC
Text Example
Text Example
White with #44FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEBC; }
p { color: rgb(68,254,188); }
H1.HeaderClassName
{
color: #44FEBC;
}
.AnyTagClassName
{
color: #44FEBC;
}
</style>
background-color css
<style>
a { background-color: #44FEBC; }
a { background-color: rgb(68,254,188); }
div.DivClassName
{
background-color: #44FEBC;
}
.BgClassName
{
background-color: #44FEBC;
}
</style>
border-color css
<style>
span { border-color: #44FEBC; }
span { border-color: rgb(68,254,188); }
td.TdClassName
{
border-color: #44FEBC;
}
.TagClassName
{
border-color: #44FEBC;
}
</style>