Shades of Turquoise #44EADE
Tints of Turquoise #44EADE
RGB
CMYK
RGB Variations
Color information
#44EADE (or 0x44EADE) is known color: Turquoise. HEX triplet: 44, EA and DE. RGB value is (68,234,222). Sum of RGB (Red+Green+Blue) = 68+234+222=524 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.98% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #44EADE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EADE is #BB1521. Grayscale: #B6B6B6. Windows color (decimal): -12260642 or 14608964. OLE color: 14608964.
HSL color Cylindrical-coordinate representation of color #44EADE: hue angle of 175.66º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EADE is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 234 | 222 | - |
| CMYK | 0.71 | 0 | 0.05 | 0.08 |
| HSL | 175.66º | 0.8% | 0.59% | - |
| HSV(B) | 175.66º | 0.71% | 0.92% | - |
| XYZ | 44.99 | 65.35 | 79.35 | - |
| YUV | 183 | 150 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 234 | 222 | 0.71 | 0 | 0.05 | 0.08 | 175.66 | 0.8 | 0.59 |
| Hex | 44 | EA | DE | 47 | 0 | 5 | 8 | B0 | 50 | 3B |
| Octal | 104 | 352 | 336 | 107 | 0 | 5 | 10 | 260 | 120 | 73 |
| Binary | 1000100 | 11101010 | 11011110 | 1000111 | 0 | 101 | 1000 | 10110000 | 1010000 | 111011 |
Color Harmonies of #44EADE
Complementary color
Monochromatic Colors of #44EADE
Black with #44EADE
Text Example
Text Example
White with #44EADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EADE; }
p { color: rgb(68,234,222); }
H1.HeaderClassName
{
color: #44EADE;
}
.AnyTagClassName
{
color: #44EADE;
}
</style>
background-color css
<style>
a { background-color: #44EADE; }
a { background-color: rgb(68,234,222); }
div.DivClassName
{
background-color: #44EADE;
}
.BgClassName
{
background-color: #44EADE;
}
</style>
border-color css
<style>
span { border-color: #44EADE; }
span { border-color: rgb(68,234,222); }
td.TdClassName
{
border-color: #44EADE;
}
.TagClassName
{
border-color: #44EADE;
}
</style>