Shades of Turquoise #44FADE
Tints of Turquoise #44FADE
RGB
CMYK
RGB Variations
Color information
#44FADE (or 0x44FADE) is known color: Turquoise. HEX triplet: 44, FA and DE. RGB value is (68,250,222). Sum of RGB (Red+Green+Blue) = 68+250+222=540 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.59% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #44FADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FADE is #BB0521. Grayscale: #C0C0C0. Windows color (decimal): -12256546 or 14613060. OLE color: 14613060.
HSL color Cylindrical-coordinate representation of color #44FADE: hue angle of 170.77º 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 #44FADE is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 222 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.02 |
| HSL | 170.77º | 0.95% | 0.62% | - |
| HSV(B) | 170.77º | 0.73% | 0.98% | - |
| XYZ | 49.75 | 74.87 | 80.94 | - |
| YUV | 192.39 | 144.7 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 222 | 0.73 | 0 | 0.11 | 0.02 | 170.77 | 0.95 | 0.62 |
| Hex | 44 | FA | DE | 49 | 0 | B | 2 | AB | 5F | 3E |
| Octal | 104 | 372 | 336 | 111 | 0 | 13 | 2 | 253 | 137 | 76 |
| Binary | 1000100 | 11111010 | 11011110 | 1001001 | 0 | 1011 | 10 | 10101011 | 1011111 | 111110 |
Color Harmonies of #44FADE
Complementary color
Monochromatic Colors of #44FADE
Black with #44FADE
Text Example
Text Example
White with #44FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FADE; }
p { color: rgb(68,250,222); }
H1.HeaderClassName
{
color: #44FADE;
}
.AnyTagClassName
{
color: #44FADE;
}
</style>
background-color css
<style>
a { background-color: #44FADE; }
a { background-color: rgb(68,250,222); }
div.DivClassName
{
background-color: #44FADE;
}
.BgClassName
{
background-color: #44FADE;
}
</style>
border-color css
<style>
span { border-color: #44FADE; }
span { border-color: rgb(68,250,222); }
td.TdClassName
{
border-color: #44FADE;
}
.TagClassName
{
border-color: #44FADE;
}
</style>