Shades of Turquoise #44ECCD
Tints of Turquoise #44ECCD
RGB
CMYK
RGB Variations
Color information
#44ECCD (or 0x44ECCD) is known color: Turquoise. HEX triplet: 44, EC and CD. RGB value is (68,236,205). Sum of RGB (Red+Green+Blue) = 68+236+205=509 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.36% from 509); Green value is 236 (92.58% from 255 or 46.37% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECCD is #BB1332. Grayscale: #B6B6B6. Windows color (decimal): -12260147 or 13495364. OLE color: 13495364.
HSL color Cylindrical-coordinate representation of color #44ECCD: hue angle of 168.93º 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 #44ECCD is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 205 | - |
| CMYK | 0.71 | 0 | 0.13 | 0.07 |
| HSL | 168.93º | 0.82% | 0.6% | - |
| HSV(B) | 168.93º | 0.71% | 0.93% | - |
| XYZ | 43.4 | 65.63 | 68.14 | - |
| YUV | 182.23 | 140.84 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 205 | 0.71 | 0 | 0.13 | 0.07 | 168.93 | 0.82 | 0.6 |
| Hex | 44 | EC | CD | 47 | 0 | D | 7 | A9 | 52 | 3C |
| Octal | 104 | 354 | 315 | 107 | 0 | 15 | 7 | 251 | 122 | 74 |
| Binary | 1000100 | 11101100 | 11001101 | 1000111 | 0 | 1101 | 111 | 10101001 | 1010010 | 111100 |
Color Harmonies of #44ECCD
Complementary color
Monochromatic Colors of #44ECCD
Black with #44ECCD
Text Example
Text Example
White with #44ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECCD; }
p { color: rgb(68,236,205); }
H1.HeaderClassName
{
color: #44ECCD;
}
.AnyTagClassName
{
color: #44ECCD;
}
</style>
background-color css
<style>
a { background-color: #44ECCD; }
a { background-color: rgb(68,236,205); }
div.DivClassName
{
background-color: #44ECCD;
}
.BgClassName
{
background-color: #44ECCD;
}
</style>
border-color css
<style>
span { border-color: #44ECCD; }
span { border-color: rgb(68,236,205); }
td.TdClassName
{
border-color: #44ECCD;
}
.TagClassName
{
border-color: #44ECCD;
}
</style>