Shades of Turquoise #44E6EA
Tints of Turquoise #44E6EA
RGB
CMYK
RGB Variations
Color information
#44E6EA (or 0x44E6EA) is known color: Turquoise. HEX triplet: 44, E6 and EA. RGB value is (68,230,234). Sum of RGB (Red+Green+Blue) = 68+230+234=532 (70% of max value = 765). Red value is 68 (26.95% from 255 or 12.78% from 532); Green value is 230 (90.23% from 255 or 43.23% from 532); Blue value is 234 (91.80% from 255 or 43.98% from 532); Max value from RGB is 234 - color contains mainly: blue. Hex color #44E6EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44E6EA is #BB1915. Grayscale: #B5B5B5. Windows color (decimal): -12261654 or 15394372. OLE color: 15394372.
HSL color Cylindrical-coordinate representation of color #44E6EA: hue angle of 181.45º 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 #44E6EA is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 230 | 234 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.08 |
| HSL | 181.45º | 0.8% | 0.59% | - |
| HSV(B) | 181.45º | 0.71% | 0.92% | - |
| XYZ | 45.53 | 63.76 | 87.75 | - |
| YUV | 182.02 | 157.33 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 230 | 234 | 0.71 | 0.02 | 0 | 0.08 | 181.45 | 0.8 | 0.59 |
| Hex | 44 | E6 | EA | 47 | 2 | 0 | 8 | B5 | 50 | 3B |
| Octal | 104 | 346 | 352 | 107 | 2 | 0 | 10 | 265 | 120 | 73 |
| Binary | 1000100 | 11100110 | 11101010 | 1000111 | 10 | 0 | 1000 | 10110101 | 1010000 | 111011 |
Color Harmonies of #44E6EA
Complementary color
Monochromatic Colors of #44E6EA
Black with #44E6EA
Text Example
Text Example
White with #44E6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E6EA; }
p { color: rgb(68,230,234); }
H1.HeaderClassName
{
color: #44E6EA;
}
.AnyTagClassName
{
color: #44E6EA;
}
</style>
background-color css
<style>
a { background-color: #44E6EA; }
a { background-color: rgb(68,230,234); }
div.DivClassName
{
background-color: #44E6EA;
}
.BgClassName
{
background-color: #44E6EA;
}
</style>
border-color css
<style>
span { border-color: #44E6EA; }
span { border-color: rgb(68,230,234); }
td.TdClassName
{
border-color: #44E6EA;
}
.TagClassName
{
border-color: #44E6EA;
}
</style>