Shades of Turquoise #44EBDB
Tints of Turquoise #44EBDB
RGB
CMYK
RGB Variations
Color information
#44EBDB (or 0x44EBDB) is known color: Turquoise. HEX triplet: 44, EB and DB. RGB value is (68,235,219). Sum of RGB (Red+Green+Blue) = 68+235+219=522 (69% of max value = 765). Red value is 68 (26.95% from 255 or 13.03% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #44EBDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EBDB is #BB1424. Grayscale: #B7B7B7. Windows color (decimal): -12260389 or 14412612. OLE color: 14412612.
HSL color Cylindrical-coordinate representation of color #44EBDB: hue angle of 174.25º degrees, saturation: 0.81, 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 #44EBDB is Cyan = 0.71, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 235 | 219 | - |
| CMYK | 0.71 | 0 | 0.07 | 0.08 |
| HSL | 174.25º | 0.81% | 0.59% | - |
| HSV(B) | 174.25º | 0.71% | 0.92% | - |
| XYZ | 44.88 | 65.76 | 77.35 | - |
| YUV | 183.24 | 148.17 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 235 | 219 | 0.71 | 0 | 0.07 | 0.08 | 174.25 | 0.81 | 0.59 |
| Hex | 44 | EB | DB | 47 | 0 | 7 | 8 | AE | 51 | 3B |
| Octal | 104 | 353 | 333 | 107 | 0 | 7 | 10 | 256 | 121 | 73 |
| Binary | 1000100 | 11101011 | 11011011 | 1000111 | 0 | 111 | 1000 | 10101110 | 1010001 | 111011 |
Color Harmonies of #44EBDB
Complementary color
Monochromatic Colors of #44EBDB
Black with #44EBDB
Text Example
Text Example
White with #44EBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EBDB; }
p { color: rgb(68,235,219); }
H1.HeaderClassName
{
color: #44EBDB;
}
.AnyTagClassName
{
color: #44EBDB;
}
</style>
background-color css
<style>
a { background-color: #44EBDB; }
a { background-color: rgb(68,235,219); }
div.DivClassName
{
background-color: #44EBDB;
}
.BgClassName
{
background-color: #44EBDB;
}
</style>
border-color css
<style>
span { border-color: #44EBDB; }
span { border-color: rgb(68,235,219); }
td.TdClassName
{
border-color: #44EBDB;
}
.TagClassName
{
border-color: #44EBDB;
}
</style>