Shades of Turquoise #44FDC3
Tints of Turquoise #44FDC3
RGB
CMYK
RGB Variations
Color information
#44FDC3 (or 0x44FDC3) is known color: Turquoise. HEX triplet: 44, FD and C3. RGB value is (68,253,195). Sum of RGB (Red+Green+Blue) = 68+253+195=516 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.18% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 195 (76.56% from 255 or 37.79% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #44FDC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FDC3 is #BB023C. Grayscale: #BFBFBF. Windows color (decimal): -12255805 or 12844356. OLE color: 12844356.
HSL color Cylindrical-coordinate representation of color #44FDC3: hue angle of 161.19º degrees, saturation: 0.98, 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 #44FDC3 is Cyan = 0.73, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 253 | 195 | - |
| CMYK | 0.73 | 0 | 0.23 | 0.01 |
| HSL | 161.19º | 0.98% | 0.63% | - |
| HSV(B) | 161.19º | 0.73% | 0.99% | - |
| XYZ | 47.36 | 75.42 | 63.69 | - |
| YUV | 191.07 | 130.21 | 40.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 253 | 195 | 0.73 | 0 | 0.23 | 0.01 | 161.19 | 0.98 | 0.63 |
| Hex | 44 | FD | C3 | 49 | 0 | 17 | 1 | A1 | 62 | 3F |
| Octal | 104 | 375 | 303 | 111 | 0 | 27 | 1 | 241 | 142 | 77 |
| Binary | 1000100 | 11111101 | 11000011 | 1001001 | 0 | 10111 | 1 | 10100001 | 1100010 | 111111 |
Color Harmonies of #44FDC3
Complementary color
Monochromatic Colors of #44FDC3
Black with #44FDC3
Text Example
Text Example
White with #44FDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FDC3; }
p { color: rgb(68,253,195); }
H1.HeaderClassName
{
color: #44FDC3;
}
.AnyTagClassName
{
color: #44FDC3;
}
</style>
background-color css
<style>
a { background-color: #44FDC3; }
a { background-color: rgb(68,253,195); }
div.DivClassName
{
background-color: #44FDC3;
}
.BgClassName
{
background-color: #44FDC3;
}
</style>
border-color css
<style>
span { border-color: #44FDC3; }
span { border-color: rgb(68,253,195); }
td.TdClassName
{
border-color: #44FDC3;
}
.TagClassName
{
border-color: #44FDC3;
}
</style>