Shades of Turquoise #44FAC8
Tints of Turquoise #44FAC8
RGB
CMYK
RGB Variations
Color information
#44FAC8 (or 0x44FAC8) is known color: Turquoise. HEX triplet: 44, FA and C8. RGB value is (68,250,200). Sum of RGB (Red+Green+Blue) = 68+250+200=518 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.13% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #44FAC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FAC8 is #BB0537. Grayscale: #BDBDBD. Windows color (decimal): -12256568 or 13171268. OLE color: 13171268.
HSL color Cylindrical-coordinate representation of color #44FAC8: hue angle of 163.52º 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 #44FAC8 is Cyan = 0.73, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 200 | - |
| CMYK | 0.73 | 0 | 0.2 | 0.02 |
| HSL | 163.52º | 0.95% | 0.62% | - |
| HSV(B) | 163.52º | 0.73% | 0.98% | - |
| XYZ | 46.99 | 73.77 | 66.41 | - |
| YUV | 189.88 | 133.7 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 200 | 0.73 | 0 | 0.2 | 0.02 | 163.52 | 0.95 | 0.62 |
| Hex | 44 | FA | C8 | 49 | 0 | 14 | 2 | A4 | 5F | 3E |
| Octal | 104 | 372 | 310 | 111 | 0 | 24 | 2 | 244 | 137 | 76 |
| Binary | 1000100 | 11111010 | 11001000 | 1001001 | 0 | 10100 | 10 | 10100100 | 1011111 | 111110 |
Color Harmonies of #44FAC8
Complementary color
Monochromatic Colors of #44FAC8
Black with #44FAC8
Text Example
Text Example
White with #44FAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FAC8; }
p { color: rgb(68,250,200); }
H1.HeaderClassName
{
color: #44FAC8;
}
.AnyTagClassName
{
color: #44FAC8;
}
</style>
background-color css
<style>
a { background-color: #44FAC8; }
a { background-color: rgb(68,250,200); }
div.DivClassName
{
background-color: #44FAC8;
}
.BgClassName
{
background-color: #44FAC8;
}
</style>
border-color css
<style>
span { border-color: #44FAC8; }
span { border-color: rgb(68,250,200); }
td.TdClassName
{
border-color: #44FAC8;
}
.TagClassName
{
border-color: #44FAC8;
}
</style>