Shades of Turquoise #44EDDB
Tints of Turquoise #44EDDB
RGB
CMYK
RGB Variations
Color information
#44EDDB (or 0x44EDDB) is known color: Turquoise. HEX triplet: 44, ED and DB. RGB value is (68,237,219). Sum of RGB (Red+Green+Blue) = 68+237+219=524 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.98% from 524); Green value is 237 (92.97% from 255 or 45.23% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 237 - color contains mainly: green. Hex color #44EDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EDDB is #BB1224. Grayscale: #B8B8B8. Windows color (decimal): -12259877 or 14413124. OLE color: 14413124.
HSL color Cylindrical-coordinate representation of color #44EDDB: hue angle of 173.61º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EDDB is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 237 | 219 | - |
| CMYK | 0.71 | 0 | 0.08 | 0.07 |
| HSL | 173.61º | 0.82% | 0.6% | - |
| HSV(B) | 173.61º | 0.71% | 0.93% | - |
| XYZ | 45.45 | 66.91 | 77.54 | - |
| YUV | 184.42 | 147.51 | 44.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 237 | 219 | 0.71 | 0 | 0.08 | 0.07 | 173.61 | 0.82 | 0.6 |
| Hex | 44 | ED | DB | 47 | 0 | 8 | 7 | AE | 52 | 3C |
| Octal | 104 | 355 | 333 | 107 | 0 | 10 | 7 | 256 | 122 | 74 |
| Binary | 1000100 | 11101101 | 11011011 | 1000111 | 0 | 1000 | 111 | 10101110 | 1010010 | 111100 |
Color Harmonies of #44EDDB
Complementary color
Monochromatic Colors of #44EDDB
Black with #44EDDB
Text Example
Text Example
White with #44EDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EDDB; }
p { color: rgb(68,237,219); }
H1.HeaderClassName
{
color: #44EDDB;
}
.AnyTagClassName
{
color: #44EDDB;
}
</style>
background-color css
<style>
a { background-color: #44EDDB; }
a { background-color: rgb(68,237,219); }
div.DivClassName
{
background-color: #44EDDB;
}
.BgClassName
{
background-color: #44EDDB;
}
</style>
border-color css
<style>
span { border-color: #44EDDB; }
span { border-color: rgb(68,237,219); }
td.TdClassName
{
border-color: #44EDDB;
}
.TagClassName
{
border-color: #44EDDB;
}
</style>