Shades of Turquoise #44FBC7
Tints of Turquoise #44FBC7
RGB
CMYK
RGB Variations
Color information
#44FBC7 (or 0x44FBC7) is known color: Turquoise. HEX triplet: 44, FB and C7. RGB value is (68,251,199). Sum of RGB (Red+Green+Blue) = 68+251+199=518 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.13% from 518); Green value is 251 (98.44% from 255 or 48.46% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 251 - color contains mainly: green. Hex color #44FBC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FBC7 is #BB0438. Grayscale: #BEBEBE. Windows color (decimal): -12256313 or 13105988. OLE color: 13105988.
HSL color Cylindrical-coordinate representation of color #44FBC7: hue angle of 162.95º 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 #44FBC7 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 199 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.02 |
| HSL | 162.95º | 0.96% | 0.63% | - |
| HSV(B) | 162.95º | 0.73% | 0.98% | - |
| XYZ | 47.19 | 74.35 | 65.9 | - |
| YUV | 190.36 | 132.87 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 199 | 0.73 | 0 | 0.21 | 0.02 | 162.95 | 0.96 | 0.63 |
| Hex | 44 | FB | C7 | 49 | 0 | 15 | 2 | A3 | 60 | 3F |
| Octal | 104 | 373 | 307 | 111 | 0 | 25 | 2 | 243 | 140 | 77 |
| Binary | 1000100 | 11111011 | 11000111 | 1001001 | 0 | 10101 | 10 | 10100011 | 1100000 | 111111 |
Color Harmonies of #44FBC7
Complementary color
Monochromatic Colors of #44FBC7
Black with #44FBC7
Text Example
Text Example
White with #44FBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FBC7; }
p { color: rgb(68,251,199); }
H1.HeaderClassName
{
color: #44FBC7;
}
.AnyTagClassName
{
color: #44FBC7;
}
</style>
background-color css
<style>
a { background-color: #44FBC7; }
a { background-color: rgb(68,251,199); }
div.DivClassName
{
background-color: #44FBC7;
}
.BgClassName
{
background-color: #44FBC7;
}
</style>
border-color css
<style>
span { border-color: #44FBC7; }
span { border-color: rgb(68,251,199); }
td.TdClassName
{
border-color: #44FBC7;
}
.TagClassName
{
border-color: #44FBC7;
}
</style>