Shades of Turquoise #44FAF2
Tints of Turquoise #44FAF2
RGB
CMYK
RGB Variations
Color information
#44FAF2 (or 0x44FAF2) is known color: Turquoise. HEX triplet: 44, FA and F2. RGB value is (68,250,242). Sum of RGB (Red+Green+Blue) = 68+250+242=560 (74% of max value = 765). Red value is 68 (26.95% from 255 or 12.14% from 560); Green value is 250 (98.05% from 255 or 44.64% from 560); Blue value is 242 (94.92% from 255 or 43.21% from 560); Max value from RGB is 250 - color contains mainly: green. Hex color #44FAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FAF2 is #BB050D. Grayscale: #C2C2C2. Windows color (decimal): -12256526 or 15923780. OLE color: 15923780.
HSL color Cylindrical-coordinate representation of color #44FAF2: hue angle of 177.36º degrees, saturation: 0.95, 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 #44FAF2 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 242 | - |
| CMYK | 0.73 | 0 | 0.03 | 0.02 |
| HSL | 177.36º | 0.95% | 0.62% | - |
| HSV(B) | 177.36º | 0.73% | 0.98% | - |
| XYZ | 52.6 | 76.01 | 95.9 | - |
| YUV | 194.67 | 154.7 | 37.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 242 | 0.73 | 0 | 0.03 | 0.02 | 177.36 | 0.95 | 0.62 |
| Hex | 44 | FA | F2 | 49 | 0 | 3 | 2 | B1 | 5F | 3E |
| Octal | 104 | 372 | 362 | 111 | 0 | 3 | 2 | 261 | 137 | 76 |
| Binary | 1000100 | 11111010 | 11110010 | 1001001 | 0 | 11 | 10 | 10110001 | 1011111 | 111110 |
Color Harmonies of #44FAF2
Complementary color
Monochromatic Colors of #44FAF2
Black with #44FAF2
Text Example
Text Example
White with #44FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FAF2; }
p { color: rgb(68,250,242); }
H1.HeaderClassName
{
color: #44FAF2;
}
.AnyTagClassName
{
color: #44FAF2;
}
</style>
background-color css
<style>
a { background-color: #44FAF2; }
a { background-color: rgb(68,250,242); }
div.DivClassName
{
background-color: #44FAF2;
}
.BgClassName
{
background-color: #44FAF2;
}
</style>
border-color css
<style>
span { border-color: #44FAF2; }
span { border-color: rgb(68,250,242); }
td.TdClassName
{
border-color: #44FAF2;
}
.TagClassName
{
border-color: #44FAF2;
}
</style>