Shades of Turquoise #44FECF
Tints of Turquoise #44FECF
RGB
CMYK
RGB Variations
Color information
#44FECF (or 0x44FECF) is known color: Turquoise. HEX triplet: 44, FE and CF. RGB value is (68,254,207). Sum of RGB (Red+Green+Blue) = 68+254+207=529 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.85% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #44FECF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FECF is #BB0130. Grayscale: #C1C1C1. Windows color (decimal): -12255537 or 13631044. OLE color: 13631044.
HSL color Cylindrical-coordinate representation of color #44FECF: hue angle of 164.84º 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 #44FECF is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 207 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.00 |
| HSL | 164.84º | 0.99% | 0.63% | - |
| HSV(B) | 164.84º | 0.73% | 1% | - |
| XYZ | 49.09 | 76.62 | 71.23 | - |
| YUV | 193.03 | 135.88 | 38.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 207 | 0.73 | 0 | 0.19 | 0.00 | 164.84 | 0.99 | 0.63 |
| Hex | 44 | FE | CF | 49 | 0 | 13 | 0 | A5 | 63 | 3F |
| Octal | 104 | 376 | 317 | 111 | 0 | 23 | 0 | 245 | 143 | 77 |
| Binary | 1000100 | 11111110 | 11001111 | 1001001 | 0 | 10011 | 0 | 10100101 | 1100011 | 111111 |
Color Harmonies of #44FECF
Complementary color
Monochromatic Colors of #44FECF
Black with #44FECF
Text Example
Text Example
White with #44FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FECF; }
p { color: rgb(68,254,207); }
H1.HeaderClassName
{
color: #44FECF;
}
.AnyTagClassName
{
color: #44FECF;
}
</style>
background-color css
<style>
a { background-color: #44FECF; }
a { background-color: rgb(68,254,207); }
div.DivClassName
{
background-color: #44FECF;
}
.BgClassName
{
background-color: #44FECF;
}
</style>
border-color css
<style>
span { border-color: #44FECF; }
span { border-color: rgb(68,254,207); }
td.TdClassName
{
border-color: #44FECF;
}
.TagClassName
{
border-color: #44FECF;
}
</style>