Shades of Turquoise #44FED5
Tints of Turquoise #44FED5
RGB
CMYK
RGB Variations
Color information
#44FED5 (or 0x44FED5) is known color: Turquoise. HEX triplet: 44, FE and D5. RGB value is (68,254,213). Sum of RGB (Red+Green+Blue) = 68+254+213=535 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.71% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #44FED5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FED5 is #BB012A. Grayscale: #C1C1C1. Windows color (decimal): -12255531 or 14024260. OLE color: 14024260.
HSL color Cylindrical-coordinate representation of color #44FED5: hue angle of 166.77º 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 #44FED5 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 213 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.00 |
| HSL | 166.77º | 0.99% | 0.63% | - |
| HSV(B) | 166.77º | 0.73% | 1% | - |
| XYZ | 49.84 | 76.92 | 75.17 | - |
| YUV | 193.71 | 138.88 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 213 | 0.73 | 0 | 0.16 | 0.00 | 166.77 | 0.99 | 0.63 |
| Hex | 44 | FE | D5 | 49 | 0 | 10 | 0 | A7 | 63 | 3F |
| Octal | 104 | 376 | 325 | 111 | 0 | 20 | 0 | 247 | 143 | 77 |
| Binary | 1000100 | 11111110 | 11010101 | 1001001 | 0 | 10000 | 0 | 10100111 | 1100011 | 111111 |
Color Harmonies of #44FED5
Complementary color
Monochromatic Colors of #44FED5
Black with #44FED5
Text Example
Text Example
White with #44FED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FED5; }
p { color: rgb(68,254,213); }
H1.HeaderClassName
{
color: #44FED5;
}
.AnyTagClassName
{
color: #44FED5;
}
</style>
background-color css
<style>
a { background-color: #44FED5; }
a { background-color: rgb(68,254,213); }
div.DivClassName
{
background-color: #44FED5;
}
.BgClassName
{
background-color: #44FED5;
}
</style>
border-color css
<style>
span { border-color: #44FED5; }
span { border-color: rgb(68,254,213); }
td.TdClassName
{
border-color: #44FED5;
}
.TagClassName
{
border-color: #44FED5;
}
</style>