Shades of Turquoise #44F7C8
Tints of Turquoise #44F7C8
RGB
CMYK
RGB Variations
Color information
#44F7C8 (or 0x44F7C8) is known color: Turquoise. HEX triplet: 44, F7 and C8. RGB value is (68,247,200). Sum of RGB (Red+Green+Blue) = 68+247+200=515 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.20% from 515); Green value is 247 (96.88% from 255 or 47.96% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 247 - color contains mainly: green. Hex color #44F7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F7C8 is #BB0837. Grayscale: #BCBCBC. Windows color (decimal): -12257336 or 13170500. OLE color: 13170500.
HSL color Cylindrical-coordinate representation of color #44F7C8: hue angle of 164.25º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F7C8 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 247 | 200 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.03 |
| HSL | 164.25º | 0.92% | 0.62% | - |
| HSV(B) | 164.25º | 0.72% | 0.97% | - |
| XYZ | 46.07 | 71.92 | 66.1 | - |
| YUV | 188.12 | 134.7 | 42.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 200 | 0.72 | 0 | 0.19 | 0.03 | 164.25 | 0.92 | 0.62 |
| Hex | 44 | F7 | C8 | 48 | 0 | 13 | 3 | A4 | 5C | 3E |
| Octal | 104 | 367 | 310 | 110 | 0 | 23 | 3 | 244 | 134 | 76 |
| Binary | 1000100 | 11110111 | 11001000 | 1001000 | 0 | 10011 | 11 | 10100100 | 1011100 | 111110 |
Color Harmonies of #44F7C8
Complementary color
Monochromatic Colors of #44F7C8
Black with #44F7C8
Text Example
Text Example
White with #44F7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F7C8; }
p { color: rgb(68,247,200); }
H1.HeaderClassName
{
color: #44F7C8;
}
.AnyTagClassName
{
color: #44F7C8;
}
</style>
background-color css
<style>
a { background-color: #44F7C8; }
a { background-color: rgb(68,247,200); }
div.DivClassName
{
background-color: #44F7C8;
}
.BgClassName
{
background-color: #44F7C8;
}
</style>
border-color css
<style>
span { border-color: #44F7C8; }
span { border-color: rgb(68,247,200); }
td.TdClassName
{
border-color: #44F7C8;
}
.TagClassName
{
border-color: #44F7C8;
}
</style>