Shades of Turquoise #44FECE
Tints of Turquoise #44FECE
RGB
CMYK
RGB Variations
Color information
#44FECE (or 0x44FECE) is known color: Turquoise. HEX triplet: 44, FE and CE. RGB value is (68,254,206). Sum of RGB (Red+Green+Blue) = 68+254+206=528 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.88% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #44FECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FECE is #BB0131. Grayscale: #C0C0C0. Windows color (decimal): -12255538 or 13565508. OLE color: 13565508.
HSL color Cylindrical-coordinate representation of color #44FECE: hue angle of 164.52º 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 #44FECE is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 206 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.00 |
| HSL | 164.52º | 0.99% | 0.63% | - |
| HSV(B) | 164.52º | 0.73% | 1% | - |
| XYZ | 48.97 | 76.57 | 70.59 | - |
| YUV | 192.91 | 135.38 | 38.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 206 | 0.73 | 0 | 0.19 | 0.00 | 164.52 | 0.99 | 0.63 |
| Hex | 44 | FE | CE | 49 | 0 | 13 | 0 | A5 | 63 | 3F |
| Octal | 104 | 376 | 316 | 111 | 0 | 23 | 0 | 245 | 143 | 77 |
| Binary | 1000100 | 11111110 | 11001110 | 1001001 | 0 | 10011 | 0 | 10100101 | 1100011 | 111111 |
Color Harmonies of #44FECE
Complementary color
Monochromatic Colors of #44FECE
Black with #44FECE
Text Example
Text Example
White with #44FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FECE; }
p { color: rgb(68,254,206); }
H1.HeaderClassName
{
color: #44FECE;
}
.AnyTagClassName
{
color: #44FECE;
}
</style>
background-color css
<style>
a { background-color: #44FECE; }
a { background-color: rgb(68,254,206); }
div.DivClassName
{
background-color: #44FECE;
}
.BgClassName
{
background-color: #44FECE;
}
</style>
border-color css
<style>
span { border-color: #44FECE; }
span { border-color: rgb(68,254,206); }
td.TdClassName
{
border-color: #44FECE;
}
.TagClassName
{
border-color: #44FECE;
}
</style>