Shades of Turquoise #44DAE7
Tints of Turquoise #44DAE7
RGB
CMYK
RGB Variations
Color information
#44DAE7 (or 0x44DAE7) is known color: Turquoise. HEX triplet: 44, DA and E7. RGB value is (68,218,231). Sum of RGB (Red+Green+Blue) = 68+218+231=517 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.15% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 231 (90.62% from 255 or 44.68% from 517); Max value from RGB is 231 - color contains mainly: blue. Hex color #44DAE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DAE7 is #BB2518. Grayscale: #AEAEAE. Windows color (decimal): -12264729 or 15194692. OLE color: 15194692.
HSL color Cylindrical-coordinate representation of color #44DAE7: hue angle of 184.79º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44DAE7 is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 218 | 231 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.09 |
| HSL | 184.79º | 0.77% | 0.59% | - |
| HSV(B) | 184.79º | 0.71% | 0.91% | - |
| XYZ | 41.88 | 57.14 | 84.42 | - |
| YUV | 174.63 | 159.81 | 51.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 218 | 231 | 0.71 | 0.06 | 0 | 0.09 | 184.79 | 0.77 | 0.59 |
| Hex | 44 | DA | E7 | 47 | 6 | 0 | 9 | B9 | 4D | 3B |
| Octal | 104 | 332 | 347 | 107 | 6 | 0 | 11 | 271 | 115 | 73 |
| Binary | 1000100 | 11011010 | 11100111 | 1000111 | 110 | 0 | 1001 | 10111001 | 1001101 | 111011 |
Color Harmonies of #44DAE7
Complementary color
Monochromatic Colors of #44DAE7
Black with #44DAE7
Text Example
Text Example
White with #44DAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DAE7; }
p { color: rgb(68,218,231); }
H1.HeaderClassName
{
color: #44DAE7;
}
.AnyTagClassName
{
color: #44DAE7;
}
</style>
background-color css
<style>
a { background-color: #44DAE7; }
a { background-color: rgb(68,218,231); }
div.DivClassName
{
background-color: #44DAE7;
}
.BgClassName
{
background-color: #44DAE7;
}
</style>
border-color css
<style>
span { border-color: #44DAE7; }
span { border-color: rgb(68,218,231); }
td.TdClassName
{
border-color: #44DAE7;
}
.TagClassName
{
border-color: #44DAE7;
}
</style>