Shades of Turquoise #44F9C9
Tints of Turquoise #44F9C9
RGB
CMYK
RGB Variations
Color information
#44F9C9 (or 0x44F9C9) is known color: Turquoise. HEX triplet: 44, F9 and C9. RGB value is (68,249,201). Sum of RGB (Red+Green+Blue) = 68+249+201=518 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.13% from 518); Green value is 249 (97.66% from 255 or 48.07% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 249 - color contains mainly: green. Hex color #44F9C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F9C9 is #BB0636. Grayscale: #BDBDBD. Windows color (decimal): -12256823 or 13236548. OLE color: 13236548.
HSL color Cylindrical-coordinate representation of color #44F9C9: hue angle of 164.09º 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 #44F9C9 is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 249 | 201 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.02 |
| HSL | 164.09º | 0.94% | 0.62% | - |
| HSV(B) | 164.09º | 0.73% | 0.98% | - |
| XYZ | 46.8 | 73.2 | 66.92 | - |
| YUV | 189.41 | 134.53 | 41.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 249 | 201 | 0.73 | 0 | 0.19 | 0.02 | 164.09 | 0.94 | 0.62 |
| Hex | 44 | F9 | C9 | 49 | 0 | 13 | 2 | A4 | 5E | 3E |
| Octal | 104 | 371 | 311 | 111 | 0 | 23 | 2 | 244 | 136 | 76 |
| Binary | 1000100 | 11111001 | 11001001 | 1001001 | 0 | 10011 | 10 | 10100100 | 1011110 | 111110 |
Color Harmonies of #44F9C9
Complementary color
Monochromatic Colors of #44F9C9
Black with #44F9C9
Text Example
Text Example
White with #44F9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F9C9; }
p { color: rgb(68,249,201); }
H1.HeaderClassName
{
color: #44F9C9;
}
.AnyTagClassName
{
color: #44F9C9;
}
</style>
background-color css
<style>
a { background-color: #44F9C9; }
a { background-color: rgb(68,249,201); }
div.DivClassName
{
background-color: #44F9C9;
}
.BgClassName
{
background-color: #44F9C9;
}
</style>
border-color css
<style>
span { border-color: #44F9C9; }
span { border-color: rgb(68,249,201); }
td.TdClassName
{
border-color: #44F9C9;
}
.TagClassName
{
border-color: #44F9C9;
}
</style>