Shades of Turquoise #44F9F3
Tints of Turquoise #44F9F3
RGB
CMYK
RGB Variations
Color information
#44F9F3 (or 0x44F9F3) is known color: Turquoise. HEX triplet: 44, F9 and F3. RGB value is (68,249,243). Sum of RGB (Red+Green+Blue) = 68+249+243=560 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.14% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 243 (95.31% from 255 or 43.39% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #44F9F3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F9F3 is #BB060C. Grayscale: #C2C2C2. Windows color (decimal): -12256781 or 15989060. OLE color: 15989060.
HSL color Cylindrical-coordinate representation of color #44F9F3: hue angle of 178.01º 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 #44F9F3 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 249 | 243 | - |
| CMYK | 0.73 | 0 | 0.02 | 0.02 |
| HSL | 178.01º | 0.94% | 0.62% | - |
| HSV(B) | 178.01º | 0.73% | 0.98% | - |
| XYZ | 52.44 | 75.45 | 96.59 | - |
| YUV | 194.2 | 155.53 | 37.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 249 | 243 | 0.73 | 0 | 0.02 | 0.02 | 178.01 | 0.94 | 0.62 |
| Hex | 44 | F9 | F3 | 49 | 0 | 2 | 2 | B2 | 5E | 3E |
| Octal | 104 | 371 | 363 | 111 | 0 | 2 | 2 | 262 | 136 | 76 |
| Binary | 1000100 | 11111001 | 11110011 | 1001001 | 0 | 10 | 10 | 10110010 | 1011110 | 111110 |
Color Harmonies of #44F9F3
Complementary color
Monochromatic Colors of #44F9F3
Black with #44F9F3
Text Example
Text Example
White with #44F9F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F9F3; }
p { color: rgb(68,249,243); }
H1.HeaderClassName
{
color: #44F9F3;
}
.AnyTagClassName
{
color: #44F9F3;
}
</style>
background-color css
<style>
a { background-color: #44F9F3; }
a { background-color: rgb(68,249,243); }
div.DivClassName
{
background-color: #44F9F3;
}
.BgClassName
{
background-color: #44F9F3;
}
</style>
border-color css
<style>
span { border-color: #44F9F3; }
span { border-color: rgb(68,249,243); }
td.TdClassName
{
border-color: #44F9F3;
}
.TagClassName
{
border-color: #44F9F3;
}
</style>