Shades of Turquoise #44FEC9
Tints of Turquoise #44FEC9
RGB
CMYK
RGB Variations
Color information
#44FEC9 (or 0x44FEC9) is known color: Turquoise. HEX triplet: 44, FE and C9. RGB value is (68,254,201). Sum of RGB (Red+Green+Blue) = 68+254+201=523 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.00% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #44FEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FEC9 is #BB0136. Grayscale: #C0C0C0. Windows color (decimal): -12255543 or 13237828. OLE color: 13237828.
HSL color Cylindrical-coordinate representation of color #44FEC9: hue angle of 162.9º 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 #44FEC9 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 201 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.00 |
| HSL | 162.9º | 0.99% | 0.63% | - |
| HSV(B) | 162.9º | 0.73% | 1% | - |
| XYZ | 48.37 | 76.33 | 67.44 | - |
| YUV | 192.34 | 132.88 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 201 | 0.73 | 0 | 0.21 | 0.00 | 162.9 | 0.99 | 0.63 |
| Hex | 44 | FE | C9 | 49 | 0 | 15 | 0 | A3 | 63 | 3F |
| Octal | 104 | 376 | 311 | 111 | 0 | 25 | 0 | 243 | 143 | 77 |
| Binary | 1000100 | 11111110 | 11001001 | 1001001 | 0 | 10101 | 0 | 10100011 | 1100011 | 111111 |
Color Harmonies of #44FEC9
Complementary color
Monochromatic Colors of #44FEC9
Black with #44FEC9
Text Example
Text Example
White with #44FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FEC9; }
p { color: rgb(68,254,201); }
H1.HeaderClassName
{
color: #44FEC9;
}
.AnyTagClassName
{
color: #44FEC9;
}
</style>
background-color css
<style>
a { background-color: #44FEC9; }
a { background-color: rgb(68,254,201); }
div.DivClassName
{
background-color: #44FEC9;
}
.BgClassName
{
background-color: #44FEC9;
}
</style>
border-color css
<style>
span { border-color: #44FEC9; }
span { border-color: rgb(68,254,201); }
td.TdClassName
{
border-color: #44FEC9;
}
.TagClassName
{
border-color: #44FEC9;
}
</style>