Shades of Turquoise #44FBC9
Tints of Turquoise #44FBC9
RGB
CMYK
RGB Variations
Color information
#44FBC9 (or 0x44FBC9) is known color: Turquoise. HEX triplet: 44, FB and C9. RGB value is (68,251,201). Sum of RGB (Red+Green+Blue) = 68+251+201=520 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.08% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #44FBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FBC9 is #BB0436. Grayscale: #BEBEBE. Windows color (decimal): -12256311 or 13237060. OLE color: 13237060.
HSL color Cylindrical-coordinate representation of color #44FBC9: hue angle of 163.61º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FBC9 is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 201 | - |
| CMYK | 0.73 | 0 | 0.20 | 0.02 |
| HSL | 163.61º | 0.96% | 0.63% | - |
| HSV(B) | 163.61º | 0.73% | 0.98% | - |
| XYZ | 47.42 | 74.44 | 67.13 | - |
| YUV | 190.58 | 133.87 | 40.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 201 | 0.73 | 0 | 0.20 | 0.02 | 163.61 | 0.96 | 0.63 |
| Hex | 44 | FB | C9 | 49 | 0 | 14 | 2 | A4 | 60 | 3F |
| Octal | 104 | 373 | 311 | 111 | 0 | 24 | 2 | 244 | 140 | 77 |
| Binary | 1000100 | 11111011 | 11001001 | 1001001 | 0 | 10100 | 10 | 10100100 | 1100000 | 111111 |
Color Harmonies of #44FBC9
Complementary color
Monochromatic Colors of #44FBC9
Black with #44FBC9
Text Example
Text Example
White with #44FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FBC9; }
p { color: rgb(68,251,201); }
H1.HeaderClassName
{
color: #44FBC9;
}
.AnyTagClassName
{
color: #44FBC9;
}
</style>
background-color css
<style>
a { background-color: #44FBC9; }
a { background-color: rgb(68,251,201); }
div.DivClassName
{
background-color: #44FBC9;
}
.BgClassName
{
background-color: #44FBC9;
}
</style>
border-color css
<style>
span { border-color: #44FBC9; }
span { border-color: rgb(68,251,201); }
td.TdClassName
{
border-color: #44FBC9;
}
.TagClassName
{
border-color: #44FBC9;
}
</style>