Shades of Turquoise #44ECCC
Tints of Turquoise #44ECCC
RGB
CMYK
RGB Variations
Color information
#44ECCC (or 0x44ECCC) is known color: Turquoise. HEX triplet: 44, EC and CC. RGB value is (68,236,204). Sum of RGB (Red+Green+Blue) = 68+236+204=508 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.39% from 508); Green value is 236 (92.58% from 255 or 46.46% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 236 - color contains mainly: green. Hex color #44ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44ECCC is #BB1333. Grayscale: #B6B6B6. Windows color (decimal): -12260148 or 13429828. OLE color: 13429828.
HSL color Cylindrical-coordinate representation of color #44ECCC: hue angle of 168.57º 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 #44ECCC is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 236 | 204 | - |
| CMYK | 0.71 | 0 | 0.14 | 0.07 |
| HSL | 168.57º | 0.82% | 0.6% | - |
| HSV(B) | 168.57º | 0.71% | 0.93% | - |
| XYZ | 43.28 | 65.58 | 67.5 | - |
| YUV | 182.12 | 140.34 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 236 | 204 | 0.71 | 0 | 0.14 | 0.07 | 168.57 | 0.82 | 0.6 |
| Hex | 44 | EC | CC | 47 | 0 | E | 7 | A9 | 52 | 3C |
| Octal | 104 | 354 | 314 | 107 | 0 | 16 | 7 | 251 | 122 | 74 |
| Binary | 1000100 | 11101100 | 11001100 | 1000111 | 0 | 1110 | 111 | 10101001 | 1010010 | 111100 |
Color Harmonies of #44ECCC
Complementary color
Monochromatic Colors of #44ECCC
Black with #44ECCC
Text Example
Text Example
White with #44ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44ECCC; }
p { color: rgb(68,236,204); }
H1.HeaderClassName
{
color: #44ECCC;
}
.AnyTagClassName
{
color: #44ECCC;
}
</style>
background-color css
<style>
a { background-color: #44ECCC; }
a { background-color: rgb(68,236,204); }
div.DivClassName
{
background-color: #44ECCC;
}
.BgClassName
{
background-color: #44ECCC;
}
</style>
border-color css
<style>
span { border-color: #44ECCC; }
span { border-color: rgb(68,236,204); }
td.TdClassName
{
border-color: #44ECCC;
}
.TagClassName
{
border-color: #44ECCC;
}
</style>