Shades of Turquoise #44EAE8
Tints of Turquoise #44EAE8
RGB
CMYK
RGB Variations
Color information
#44EAE8 (or 0x44EAE8) is known color: Turquoise. HEX triplet: 44, EA and E8. RGB value is (68,234,232). Sum of RGB (Red+Green+Blue) = 68+234+232=534 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.73% from 534); Green value is 234 (91.80% from 255 or 43.82% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 234 - color contains mainly: green. Hex color #44EAE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44EAE8 is #BB1517. Grayscale: #B7B7B7. Windows color (decimal): -12260632 or 15264324. OLE color: 15264324.
HSL color Cylindrical-coordinate representation of color #44EAE8: hue angle of 179.28º 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 #44EAE8 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 234 | 232 | - |
| CMYK | 0.71 | 0 | 0.01 | 0.08 |
| HSL | 179.28º | 0.8% | 0.59% | - |
| HSV(B) | 179.28º | 0.71% | 0.92% | - |
| XYZ | 46.37 | 65.9 | 86.62 | - |
| YUV | 184.14 | 155 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 234 | 232 | 0.71 | 0 | 0.01 | 0.08 | 179.28 | 0.8 | 0.59 |
| Hex | 44 | EA | E8 | 47 | 0 | 1 | 8 | B3 | 50 | 3B |
| Octal | 104 | 352 | 350 | 107 | 0 | 1 | 10 | 263 | 120 | 73 |
| Binary | 1000100 | 11101010 | 11101000 | 1000111 | 0 | 1 | 1000 | 10110011 | 1010000 | 111011 |
Color Harmonies of #44EAE8
Complementary color
Monochromatic Colors of #44EAE8
Black with #44EAE8
Text Example
Text Example
White with #44EAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EAE8; }
p { color: rgb(68,234,232); }
H1.HeaderClassName
{
color: #44EAE8;
}
.AnyTagClassName
{
color: #44EAE8;
}
</style>
background-color css
<style>
a { background-color: #44EAE8; }
a { background-color: rgb(68,234,232); }
div.DivClassName
{
background-color: #44EAE8;
}
.BgClassName
{
background-color: #44EAE8;
}
</style>
border-color css
<style>
span { border-color: #44EAE8; }
span { border-color: rgb(68,234,232); }
td.TdClassName
{
border-color: #44EAE8;
}
.TagClassName
{
border-color: #44EAE8;
}
</style>