Shades of Turquoise #44EBC6
Tints of Turquoise #44EBC6
RGB
CMYK
RGB Variations
Color information
#44EBC6 (or 0x44EBC6) is known color: Turquoise. HEX triplet: 44, EB and C6. RGB value is (68,235,198). Sum of RGB (Red+Green+Blue) = 68+235+198=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 198 (77.73% from 255 or 39.52% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #44EBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EBC6 is #BB1439. Grayscale: #B4B4B4. Windows color (decimal): -12260410 or 13036356. OLE color: 13036356.
HSL color Cylindrical-coordinate representation of color #44EBC6: hue angle of 166.71º 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 #44EBC6 is Cyan = 0.71, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 235 | 198 | - |
| CMYK | 0.71 | 0 | 0.16 | 0.08 |
| HSL | 166.71º | 0.81% | 0.59% | - |
| HSV(B) | 166.71º | 0.71% | 0.92% | - |
| XYZ | 42.29 | 64.72 | 63.69 | - |
| YUV | 180.85 | 137.67 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 235 | 198 | 0.71 | 0 | 0.16 | 0.08 | 166.71 | 0.81 | 0.59 |
| Hex | 44 | EB | C6 | 47 | 0 | 10 | 8 | A7 | 51 | 3B |
| Octal | 104 | 353 | 306 | 107 | 0 | 20 | 10 | 247 | 121 | 73 |
| Binary | 1000100 | 11101011 | 11000110 | 1000111 | 0 | 10000 | 1000 | 10100111 | 1010001 | 111011 |
Color Harmonies of #44EBC6
Complementary color
Monochromatic Colors of #44EBC6
Black with #44EBC6
Text Example
Text Example
White with #44EBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EBC6; }
p { color: rgb(68,235,198); }
H1.HeaderClassName
{
color: #44EBC6;
}
.AnyTagClassName
{
color: #44EBC6;
}
</style>
background-color css
<style>
a { background-color: #44EBC6; }
a { background-color: rgb(68,235,198); }
div.DivClassName
{
background-color: #44EBC6;
}
.BgClassName
{
background-color: #44EBC6;
}
</style>
border-color css
<style>
span { border-color: #44EBC6; }
span { border-color: rgb(68,235,198); }
td.TdClassName
{
border-color: #44EBC6;
}
.TagClassName
{
border-color: #44EBC6;
}
</style>