Shades of Turquoise #44FEB8
Tints of Turquoise #44FEB8
RGB
CMYK
RGB Variations
Color information
#44FEB8 (or 0x44FEB8) is known color: Turquoise. HEX triplet: 44, FE and B8. RGB value is (68,254,184). Sum of RGB (Red+Green+Blue) = 68+254+184=506 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.44% from 506); Green value is 254 (99.61% from 255 or 50.20% from 506); Blue value is 184 (72.27% from 255 or 36.36% from 506); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEB8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FEB8 is #BB0147. Grayscale: #BEBEBE. Windows color (decimal): -12255560 or 12123716. OLE color: 12123716.
HSL color Cylindrical-coordinate representation of color #44FEB8: hue angle of 157.42º 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 #44FEB8 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 184 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.00 |
| HSL | 157.42º | 0.99% | 0.63% | - |
| HSV(B) | 157.42º | 0.73% | 1% | - |
| XYZ | 46.48 | 75.57 | 57.48 | - |
| YUV | 190.41 | 124.38 | 40.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 184 | 0.73 | 0 | 0.28 | 0.00 | 157.42 | 0.99 | 0.63 |
| Hex | 44 | FE | B8 | 49 | 0 | 1C | 0 | 9D | 63 | 3F |
| Octal | 104 | 376 | 270 | 111 | 0 | 34 | 0 | 235 | 143 | 77 |
| Binary | 1000100 | 11111110 | 10111000 | 1001001 | 0 | 11100 | 0 | 10011101 | 1100011 | 111111 |
Color Harmonies of #44FEB8
Complementary color
Monochromatic Colors of #44FEB8
Black with #44FEB8
Text Example
Text Example
White with #44FEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEB8; }
p { color: rgb(68,254,184); }
H1.HeaderClassName
{
color: #44FEB8;
}
.AnyTagClassName
{
color: #44FEB8;
}
</style>
background-color css
<style>
a { background-color: #44FEB8; }
a { background-color: rgb(68,254,184); }
div.DivClassName
{
background-color: #44FEB8;
}
.BgClassName
{
background-color: #44FEB8;
}
</style>
border-color css
<style>
span { border-color: #44FEB8; }
span { border-color: rgb(68,254,184); }
td.TdClassName
{
border-color: #44FEB8;
}
.TagClassName
{
border-color: #44FEB8;
}
</style>