Shades of Turquoise #44DCEA
Tints of Turquoise #44DCEA
RGB
CMYK
RGB Variations
Color information
#44DCEA (or 0x44DCEA) is known color: Turquoise. HEX triplet: 44, DC and EA. RGB value is (68,220,234). Sum of RGB (Red+Green+Blue) = 68+220+234=522 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.03% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #44DCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44DCEA is #BB2315. Grayscale: #AFAFAF. Windows color (decimal): -12264214 or 15391812. OLE color: 15391812.
HSL color Cylindrical-coordinate representation of color #44DCEA: hue angle of 185.06º 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 #44DCEA is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 220 | 234 | - |
| CMYK | 0.71 | 0.06 | 0 | 0.08 |
| HSL | 185.06º | 0.8% | 0.59% | - |
| HSV(B) | 185.06º | 0.71% | 0.92% | - |
| XYZ | 42.83 | 58.36 | 86.85 | - |
| YUV | 176.15 | 160.64 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 220 | 234 | 0.71 | 0.06 | 0 | 0.08 | 185.06 | 0.8 | 0.59 |
| Hex | 44 | DC | EA | 47 | 6 | 0 | 8 | B9 | 50 | 3B |
| Octal | 104 | 334 | 352 | 107 | 6 | 0 | 10 | 271 | 120 | 73 |
| Binary | 1000100 | 11011100 | 11101010 | 1000111 | 110 | 0 | 1000 | 10111001 | 1010000 | 111011 |
Color Harmonies of #44DCEA
Complementary color
Monochromatic Colors of #44DCEA
Black with #44DCEA
Text Example
Text Example
White with #44DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DCEA; }
p { color: rgb(68,220,234); }
H1.HeaderClassName
{
color: #44DCEA;
}
.AnyTagClassName
{
color: #44DCEA;
}
</style>
background-color css
<style>
a { background-color: #44DCEA; }
a { background-color: rgb(68,220,234); }
div.DivClassName
{
background-color: #44DCEA;
}
.BgClassName
{
background-color: #44DCEA;
}
</style>
border-color css
<style>
span { border-color: #44DCEA; }
span { border-color: rgb(68,220,234); }
td.TdClassName
{
border-color: #44DCEA;
}
.TagClassName
{
border-color: #44DCEA;
}
</style>