Shades of Turquoise #44FCF1
Tints of Turquoise #44FCF1
RGB
CMYK
RGB Variations
Color information
#44FCF1 (or 0x44FCF1) is known color: Turquoise. HEX triplet: 44, FC and F1. RGB value is (68,252,241). Sum of RGB (Red+Green+Blue) = 68+252+241=561 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.12% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #44FCF1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FCF1 is #BB030E. Grayscale: #C3C3C3. Windows color (decimal): -12256015 or 15858756. OLE color: 15858756.
HSL color Cylindrical-coordinate representation of color #44FCF1: hue angle of 176.41º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FCF1 is Cyan = 0.73, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 252 | 241 | - |
| CMYK | 0.73 | 0 | 0.04 | 0.01 |
| HSL | 176.41º | 0.97% | 0.63% | - |
| HSV(B) | 176.41º | 0.73% | 0.99% | - |
| XYZ | 53.07 | 77.2 | 95.32 | - |
| YUV | 195.73 | 153.54 | 36.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 252 | 241 | 0.73 | 0 | 0.04 | 0.01 | 176.41 | 0.97 | 0.63 |
| Hex | 44 | FC | F1 | 49 | 0 | 4 | 1 | B0 | 61 | 3F |
| Octal | 104 | 374 | 361 | 111 | 0 | 4 | 1 | 260 | 141 | 77 |
| Binary | 1000100 | 11111100 | 11110001 | 1001001 | 0 | 100 | 1 | 10110000 | 1100001 | 111111 |
Color Harmonies of #44FCF1
Complementary color
Monochromatic Colors of #44FCF1
Black with #44FCF1
Text Example
Text Example
White with #44FCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FCF1; }
p { color: rgb(68,252,241); }
H1.HeaderClassName
{
color: #44FCF1;
}
.AnyTagClassName
{
color: #44FCF1;
}
</style>
background-color css
<style>
a { background-color: #44FCF1; }
a { background-color: rgb(68,252,241); }
div.DivClassName
{
background-color: #44FCF1;
}
.BgClassName
{
background-color: #44FCF1;
}
</style>
border-color css
<style>
span { border-color: #44FCF1; }
span { border-color: rgb(68,252,241); }
td.TdClassName
{
border-color: #44FCF1;
}
.TagClassName
{
border-color: #44FCF1;
}
</style>