Shades of Turquoise #44E7EA
Tints of Turquoise #44E7EA
RGB
CMYK
RGB Variations
Color information
#44E7EA (or 0x44E7EA) is known color: Turquoise. HEX triplet: 44, E7 and EA. RGB value is (68,231,234). Sum of RGB (Red+Green+Blue) = 68+231+234=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 234 (91.80% from 255 or 43.90% from 533); Max value from RGB is 234 - color contains mainly: blue. Hex color #44E7EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44E7EA is #BB1815. Grayscale: #B6B6B6. Windows color (decimal): -12261398 or 15394628. OLE color: 15394628.
HSL color Cylindrical-coordinate representation of color #44E7EA: hue angle of 181.08º 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 #44E7EA is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 231 | 234 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.08 |
| HSL | 181.08º | 0.8% | 0.59% | - |
| HSV(B) | 181.08º | 0.71% | 0.92% | - |
| XYZ | 45.81 | 64.32 | 87.84 | - |
| YUV | 182.61 | 157 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 231 | 234 | 0.71 | 0.01 | 0 | 0.08 | 181.08 | 0.8 | 0.59 |
| Hex | 44 | E7 | EA | 47 | 1 | 0 | 8 | B5 | 50 | 3B |
| Octal | 104 | 347 | 352 | 107 | 1 | 0 | 10 | 265 | 120 | 73 |
| Binary | 1000100 | 11100111 | 11101010 | 1000111 | 1 | 0 | 1000 | 10110101 | 1010000 | 111011 |
Color Harmonies of #44E7EA
Complementary color
Monochromatic Colors of #44E7EA
Black with #44E7EA
Text Example
Text Example
White with #44E7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E7EA; }
p { color: rgb(68,231,234); }
H1.HeaderClassName
{
color: #44E7EA;
}
.AnyTagClassName
{
color: #44E7EA;
}
</style>
background-color css
<style>
a { background-color: #44E7EA; }
a { background-color: rgb(68,231,234); }
div.DivClassName
{
background-color: #44E7EA;
}
.BgClassName
{
background-color: #44E7EA;
}
</style>
border-color css
<style>
span { border-color: #44E7EA; }
span { border-color: rgb(68,231,234); }
td.TdClassName
{
border-color: #44E7EA;
}
.TagClassName
{
border-color: #44E7EA;
}
</style>