Shades of Medium Turquoise #44D2EF
Tints of Medium Turquoise #44D2EF
RGB
CMYK
RGB Variations
Color information
#44D2EF (or 0x44D2EF) is known color: Medium Turquoise. HEX triplet: 44, D2 and EF. RGB value is (68,210,239). Sum of RGB (Red+Green+Blue) = 68+210+239=517 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.15% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #44D2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D2EF is #BB2D10. Grayscale: #AAAAAA. Windows color (decimal): -12266769 or 15716932. OLE color: 15716932.
HSL color Cylindrical-coordinate representation of color #44D2EF: hue angle of 190.18º 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 #44D2EF is Cyan = 0.72, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 210 | 239 | - |
| CMYK | 0.72 | 0.12 | 0 | 0.06 |
| HSL | 190.18º | 0.84% | 0.6% | - |
| HSV(B) | 190.18º | 0.72% | 0.94% | - |
| XYZ | 41.01 | 53.55 | 89.84 | - |
| YUV | 170.85 | 166.46 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 210 | 239 | 0.72 | 0.12 | 0 | 0.06 | 190.18 | 0.84 | 0.6 |
| Hex | 44 | D2 | EF | 48 | C | 0 | 6 | BE | 54 | 3C |
| Octal | 104 | 322 | 357 | 110 | 14 | 0 | 6 | 276 | 124 | 74 |
| Binary | 1000100 | 11010010 | 11101111 | 1001000 | 1100 | 0 | 110 | 10111110 | 1010100 | 111100 |
Color Harmonies of #44D2EF
Complementary color
Monochromatic Colors of #44D2EF
Black with #44D2EF
Text Example
Text Example
White with #44D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D2EF; }
p { color: rgb(68,210,239); }
H1.HeaderClassName
{
color: #44D2EF;
}
.AnyTagClassName
{
color: #44D2EF;
}
</style>
background-color css
<style>
a { background-color: #44D2EF; }
a { background-color: rgb(68,210,239); }
div.DivClassName
{
background-color: #44D2EF;
}
.BgClassName
{
background-color: #44D2EF;
}
</style>
border-color css
<style>
span { border-color: #44D2EF; }
span { border-color: rgb(68,210,239); }
td.TdClassName
{
border-color: #44D2EF;
}
.TagClassName
{
border-color: #44D2EF;
}
</style>