Shades of Turquoise #44E2D4
Tints of Turquoise #44E2D4
RGB
CMYK
RGB Variations
Color information
#44E2D4 (or 0x44E2D4) is known color: Turquoise. HEX triplet: 44, E2 and D4. RGB value is (68,226,212). Sum of RGB (Red+Green+Blue) = 68+226+212=506 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.44% from 506); Green value is 226 (88.67% from 255 or 44.66% from 506); Blue value is 212 (83.20% from 255 or 41.90% from 506); Max value from RGB is 226 - color contains mainly: green. Hex color #44E2D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E2D4 is #BB1D2B. Grayscale: #B1B1B1. Windows color (decimal): -12262700 or 13951556. OLE color: 13951556.
HSL color Cylindrical-coordinate representation of color #44E2D4: hue angle of 174.68º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E2D4 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 226 | 212 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.11 |
| HSL | 174.68º | 0.73% | 0.58% | - |
| HSV(B) | 174.68º | 0.7% | 0.89% | - |
| XYZ | 41.46 | 60.38 | 71.76 | - |
| YUV | 177.16 | 147.65 | 50.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 226 | 212 | 0.70 | 0 | 0.06 | 0.11 | 174.68 | 0.73 | 0.58 |
| Hex | 44 | E2 | D4 | 46 | 0 | 6 | B | AF | 49 | 3A |
| Octal | 104 | 342 | 324 | 106 | 0 | 6 | 13 | 257 | 111 | 72 |
| Binary | 1000100 | 11100010 | 11010100 | 1000110 | 0 | 110 | 1011 | 10101111 | 1001001 | 111010 |
Color Harmonies of #44E2D4
Complementary color
Monochromatic Colors of #44E2D4
Black with #44E2D4
Text Example
Text Example
White with #44E2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E2D4; }
p { color: rgb(68,226,212); }
H1.HeaderClassName
{
color: #44E2D4;
}
.AnyTagClassName
{
color: #44E2D4;
}
</style>
background-color css
<style>
a { background-color: #44E2D4; }
a { background-color: rgb(68,226,212); }
div.DivClassName
{
background-color: #44E2D4;
}
.BgClassName
{
background-color: #44E2D4;
}
</style>
border-color css
<style>
span { border-color: #44E2D4; }
span { border-color: rgb(68,226,212); }
td.TdClassName
{
border-color: #44E2D4;
}
.TagClassName
{
border-color: #44E2D4;
}
</style>