Shades of Turquoise #44FECB
Tints of Turquoise #44FECB
RGB
CMYK
RGB Variations
Color information
#44FECB (or 0x44FECB) is known color: Turquoise. HEX triplet: 44, FE and CB. RGB value is (68,254,203). Sum of RGB (Red+Green+Blue) = 68+254+203=525 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.95% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #44FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FECB is #BB0134. Grayscale: #C0C0C0. Windows color (decimal): -12255541 or 13368900. OLE color: 13368900.
HSL color Cylindrical-coordinate representation of color #44FECB: hue angle of 163.55º 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 #44FECB is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 68 | 254 | 203 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.00 |
| HSL | 163.55º | 0.99% | 0.63% | - |
| HSV(B) | 163.55º | 0.73% | 1% | - |
| XYZ | 48.61 | 76.42 | 68.69 | - |
| YUV | 192.57 | 133.88 | 39.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 254 | 203 | 0.73 | 0 | 0.20 | 0.00 | 163.55 | 0.99 | 0.63 |
| Hex | 44 | FE | CB | 49 | 0 | 14 | 0 | A4 | 63 | 3F |
| Octal | 104 | 376 | 313 | 111 | 0 | 24 | 0 | 244 | 143 | 77 |
| Binary | 1000100 | 11111110 | 11001011 | 1001001 | 0 | 10100 | 0 | 10100100 | 1100011 | 111111 |
Color Harmonies of #44FECB
Complementary color
Monochromatic Colors of #44FECB
Black with #44FECB
Text Example
Text Example
White with #44FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FECB; }
p { color: rgb(68,254,203); }
H1.HeaderClassName
{
color: #44FECB;
}
.AnyTagClassName
{
color: #44FECB;
}
</style>
background-color css
<style>
a { background-color: #44FECB; }
a { background-color: rgb(68,254,203); }
div.DivClassName
{
background-color: #44FECB;
}
.BgClassName
{
background-color: #44FECB;
}
</style>
border-color css
<style>
span { border-color: #44FECB; }
span { border-color: rgb(68,254,203); }
td.TdClassName
{
border-color: #44FECB;
}
.TagClassName
{
border-color: #44FECB;
}
</style>