Shades of Turquoise #44F7ED
Tints of Turquoise #44F7ED
RGB
CMYK
RGB Variations
Color information
#44F7ED (or 0x44F7ED) is known color: Turquoise. HEX triplet: 44, F7 and ED. RGB value is (68,247,237). Sum of RGB (Red+Green+Blue) = 68+247+237=552 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.32% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #44F7ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F7ED is #BB0812. Grayscale: #C0C0C0. Windows color (decimal): -12257299 or 15595332. OLE color: 15595332.
HSL color Cylindrical-coordinate representation of color #44F7ED: hue angle of 176.65º 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 #44F7ED is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 247 | 237 | - |
| CMYK | 0.72 | 0 | 0.04 | 0.03 |
| HSL | 176.65º | 0.92% | 0.62% | - |
| HSV(B) | 176.65º | 0.72% | 0.97% | - |
| XYZ | 50.93 | 73.86 | 91.69 | - |
| YUV | 192.34 | 153.2 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 247 | 237 | 0.72 | 0 | 0.04 | 0.03 | 176.65 | 0.92 | 0.62 |
| Hex | 44 | F7 | ED | 48 | 0 | 4 | 3 | B1 | 5C | 3E |
| Octal | 104 | 367 | 355 | 110 | 0 | 4 | 3 | 261 | 134 | 76 |
| Binary | 1000100 | 11110111 | 11101101 | 1001000 | 0 | 100 | 11 | 10110001 | 1011100 | 111110 |
Color Harmonies of #44F7ED
Complementary color
Monochromatic Colors of #44F7ED
Black with #44F7ED
Text Example
Text Example
White with #44F7ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F7ED; }
p { color: rgb(68,247,237); }
H1.HeaderClassName
{
color: #44F7ED;
}
.AnyTagClassName
{
color: #44F7ED;
}
</style>
background-color css
<style>
a { background-color: #44F7ED; }
a { background-color: rgb(68,247,237); }
div.DivClassName
{
background-color: #44F7ED;
}
.BgClassName
{
background-color: #44F7ED;
}
</style>
border-color css
<style>
span { border-color: #44F7ED; }
span { border-color: rgb(68,247,237); }
td.TdClassName
{
border-color: #44F7ED;
}
.TagClassName
{
border-color: #44F7ED;
}
</style>