Shades of Turquoise #44F9C8
Tints of Turquoise #44F9C8
RGB
CMYK
RGB Variations
Color information
#44F9C8 (or 0x44F9C8) is known color: Turquoise. HEX triplet: 44, F9 and C8. RGB value is (68,249,200). Sum of RGB (Red+Green+Blue) = 68+249+200=517 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.15% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #44F9C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F9C8 is #BB0637. Grayscale: #BDBDBD. Windows color (decimal): -12256824 or 13171012. OLE color: 13171012.
HSL color Cylindrical-coordinate representation of color #44F9C8: hue angle of 163.76º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F9C8 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 249 | 200 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.02 |
| HSL | 163.76º | 0.94% | 0.62% | - |
| HSV(B) | 163.76º | 0.73% | 0.98% | - |
| XYZ | 46.68 | 73.15 | 66.3 | - |
| YUV | 189.3 | 134.03 | 41.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 249 | 200 | 0.73 | 0 | 0.20 | 0.02 | 163.76 | 0.94 | 0.62 |
| Hex | 44 | F9 | C8 | 49 | 0 | 14 | 2 | A4 | 5E | 3E |
| Octal | 104 | 371 | 310 | 111 | 0 | 24 | 2 | 244 | 136 | 76 |
| Binary | 1000100 | 11111001 | 11001000 | 1001001 | 0 | 10100 | 10 | 10100100 | 1011110 | 111110 |
Color Harmonies of #44F9C8
Complementary color
Monochromatic Colors of #44F9C8
Black with #44F9C8
Text Example
Text Example
White with #44F9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F9C8; }
p { color: rgb(68,249,200); }
H1.HeaderClassName
{
color: #44F9C8;
}
.AnyTagClassName
{
color: #44F9C8;
}
</style>
background-color css
<style>
a { background-color: #44F9C8; }
a { background-color: rgb(68,249,200); }
div.DivClassName
{
background-color: #44F9C8;
}
.BgClassName
{
background-color: #44F9C8;
}
</style>
border-color css
<style>
span { border-color: #44F9C8; }
span { border-color: rgb(68,249,200); }
td.TdClassName
{
border-color: #44F9C8;
}
.TagClassName
{
border-color: #44F9C8;
}
</style>