Shades of Turquoise #44E2EF
Tints of Turquoise #44E2EF
RGB
CMYK
RGB Variations
Color information
#44E2EF (or 0x44E2EF) is known color: Turquoise. HEX triplet: 44, E2 and EF. RGB value is (68,226,239). Sum of RGB (Red+Green+Blue) = 68+226+239=533 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.76% from 533); Green value is 226 (88.67% from 255 or 42.40% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #44E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44E2EF is #BB1D10. Grayscale: #B4B4B4. Windows color (decimal): -12262673 or 15721028. OLE color: 15721028.
HSL color Cylindrical-coordinate representation of color #44E2EF: hue angle of 184.56º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44E2EF is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 226 | 239 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.06 |
| HSL | 184.56º | 0.84% | 0.6% | - |
| HSV(B) | 184.56º | 0.72% | 0.94% | - |
| XYZ | 45.16 | 61.85 | 91.22 | - |
| YUV | 180.24 | 161.15 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 226 | 239 | 0.72 | 0.05 | 0 | 0.06 | 184.56 | 0.84 | 0.6 |
| Hex | 44 | E2 | EF | 48 | 5 | 0 | 6 | B9 | 54 | 3C |
| Octal | 104 | 342 | 357 | 110 | 5 | 0 | 6 | 271 | 124 | 74 |
| Binary | 1000100 | 11100010 | 11101111 | 1001000 | 101 | 0 | 110 | 10111001 | 1010100 | 111100 |
Color Harmonies of #44E2EF
Complementary color
Monochromatic Colors of #44E2EF
Black with #44E2EF
Text Example
Text Example
White with #44E2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E2EF; }
p { color: rgb(68,226,239); }
H1.HeaderClassName
{
color: #44E2EF;
}
.AnyTagClassName
{
color: #44E2EF;
}
</style>
background-color css
<style>
a { background-color: #44E2EF; }
a { background-color: rgb(68,226,239); }
div.DivClassName
{
background-color: #44E2EF;
}
.BgClassName
{
background-color: #44E2EF;
}
</style>
border-color css
<style>
span { border-color: #44E2EF; }
span { border-color: rgb(68,226,239); }
td.TdClassName
{
border-color: #44E2EF;
}
.TagClassName
{
border-color: #44E2EF;
}
</style>