Shades of Turquoise #44FED3
Tints of Turquoise #44FED3
RGB
CMYK
RGB Variations
Color information
#44FED3 (or 0x44FED3) is known color: Turquoise. HEX triplet: 44, FE and D3. RGB value is (68,254,211). Sum of RGB (Red+Green+Blue) = 68+254+211=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #44FED3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FED3 is #BB012C. Grayscale: #C1C1C1. Windows color (decimal): -12255533 or 13893188. OLE color: 13893188.
HSL color Cylindrical-coordinate representation of color #44FED3: hue angle of 166.13º 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 #44FED3 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 211 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.00 |
| HSL | 166.13º | 0.99% | 0.63% | - |
| HSV(B) | 166.13º | 0.73% | 1% | - |
| XYZ | 49.58 | 76.82 | 73.84 | - |
| YUV | 193.48 | 137.88 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 211 | 0.73 | 0 | 0.17 | 0.00 | 166.13 | 0.99 | 0.63 |
| Hex | 44 | FE | D3 | 49 | 0 | 11 | 0 | A6 | 63 | 3F |
| Octal | 104 | 376 | 323 | 111 | 0 | 21 | 0 | 246 | 143 | 77 |
| Binary | 1000100 | 11111110 | 11010011 | 1001001 | 0 | 10001 | 0 | 10100110 | 1100011 | 111111 |
Color Harmonies of #44FED3
Complementary color
Monochromatic Colors of #44FED3
Black with #44FED3
Text Example
Text Example
White with #44FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FED3; }
p { color: rgb(68,254,211); }
H1.HeaderClassName
{
color: #44FED3;
}
.AnyTagClassName
{
color: #44FED3;
}
</style>
background-color css
<style>
a { background-color: #44FED3; }
a { background-color: rgb(68,254,211); }
div.DivClassName
{
background-color: #44FED3;
}
.BgClassName
{
background-color: #44FED3;
}
</style>
border-color css
<style>
span { border-color: #44FED3; }
span { border-color: rgb(68,254,211); }
td.TdClassName
{
border-color: #44FED3;
}
.TagClassName
{
border-color: #44FED3;
}
</style>