Shades of Turquoise #44F6D4
Tints of Turquoise #44F6D4
RGB
CMYK
RGB Variations
Color information
#44F6D4 (or 0x44F6D4) is known color: Turquoise. HEX triplet: 44, F6 and D4. RGB value is (68,246,212). Sum of RGB (Red+Green+Blue) = 68+246+212=526 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.93% from 526); Green value is 246 (96.48% from 255 or 46.77% from 526); Blue value is 212 (83.20% from 255 or 40.30% from 526); Max value from RGB is 246 - color contains mainly: green. Hex color #44F6D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F6D4 is #BB092B. Grayscale: #BCBCBC. Windows color (decimal): -12257580 or 13956676. OLE color: 13956676.
HSL color Cylindrical-coordinate representation of color #44F6D4: hue angle of 168.54º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F6D4 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 246 | 212 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.04 |
| HSL | 168.54º | 0.91% | 0.62% | - |
| HSV(B) | 168.54º | 0.72% | 0.96% | - |
| XYZ | 47.22 | 71.89 | 73.68 | - |
| YUV | 188.9 | 141.03 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 246 | 212 | 0.72 | 0 | 0.14 | 0.04 | 168.54 | 0.91 | 0.62 |
| Hex | 44 | F6 | D4 | 48 | 0 | E | 4 | A9 | 5B | 3E |
| Octal | 104 | 366 | 324 | 110 | 0 | 16 | 4 | 251 | 133 | 76 |
| Binary | 1000100 | 11110110 | 11010100 | 1001000 | 0 | 1110 | 100 | 10101001 | 1011011 | 111110 |
Color Harmonies of #44F6D4
Complementary color
Monochromatic Colors of #44F6D4
Black with #44F6D4
Text Example
Text Example
White with #44F6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F6D4; }
p { color: rgb(68,246,212); }
H1.HeaderClassName
{
color: #44F6D4;
}
.AnyTagClassName
{
color: #44F6D4;
}
</style>
background-color css
<style>
a { background-color: #44F6D4; }
a { background-color: rgb(68,246,212); }
div.DivClassName
{
background-color: #44F6D4;
}
.BgClassName
{
background-color: #44F6D4;
}
</style>
border-color css
<style>
span { border-color: #44F6D4; }
span { border-color: rgb(68,246,212); }
td.TdClassName
{
border-color: #44F6D4;
}
.TagClassName
{
border-color: #44F6D4;
}
</style>