Shades of Turquoise #44F2DF
Tints of Turquoise #44F2DF
RGB
CMYK
RGB Variations
Color information
#44F2DF (or 0x44F2DF) is known color: Turquoise. HEX triplet: 44, F2 and DF. RGB value is (68,242,223). Sum of RGB (Red+Green+Blue) = 68+242+223=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #44F2DF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F2DF is #BB0D20. Grayscale: #BBBBBB. Windows color (decimal): -12258593 or 14676548. OLE color: 14676548.
HSL color Cylindrical-coordinate representation of color #44F2DF: hue angle of 173.45º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F2DF is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 223 | - |
| CMYK | 0.72 | 0 | 0.08 | 0.05 |
| HSL | 173.45º | 0.87% | 0.61% | - |
| HSV(B) | 173.45º | 0.72% | 0.95% | - |
| XYZ | 47.46 | 70.06 | 80.83 | - |
| YUV | 187.81 | 147.85 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 223 | 0.72 | 0 | 0.08 | 0.05 | 173.45 | 0.87 | 0.61 |
| Hex | 44 | F2 | DF | 48 | 0 | 8 | 5 | AD | 57 | 3D |
| Octal | 104 | 362 | 337 | 110 | 0 | 10 | 5 | 255 | 127 | 75 |
| Binary | 1000100 | 11110010 | 11011111 | 1001000 | 0 | 1000 | 101 | 10101101 | 1010111 | 111101 |
Color Harmonies of #44F2DF
Complementary color
Monochromatic Colors of #44F2DF
Black with #44F2DF
Text Example
Text Example
White with #44F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F2DF; }
p { color: rgb(68,242,223); }
H1.HeaderClassName
{
color: #44F2DF;
}
.AnyTagClassName
{
color: #44F2DF;
}
</style>
background-color css
<style>
a { background-color: #44F2DF; }
a { background-color: rgb(68,242,223); }
div.DivClassName
{
background-color: #44F2DF;
}
.BgClassName
{
background-color: #44F2DF;
}
</style>
border-color css
<style>
span { border-color: #44F2DF; }
span { border-color: rgb(68,242,223); }
td.TdClassName
{
border-color: #44F2DF;
}
.TagClassName
{
border-color: #44F2DF;
}
</style>