Shades of Turquoise #44E4CC
Tints of Turquoise #44E4CC
RGB
CMYK
RGB Variations
Color information
#44E4CC (or 0x44E4CC) is known color: Turquoise. HEX triplet: 44, E4 and CC. RGB value is (68,228,204). Sum of RGB (Red+Green+Blue) = 68+228+204=500 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.6% from 500); Green value is 228 (89.45% from 255 or 45.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 228 - color contains mainly: green. Hex color #44E4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44E4CC is #BB1B33. Grayscale: #B1B1B1. Windows color (decimal): -12262196 or 13427780. OLE color: 13427780.
HSL color Cylindrical-coordinate representation of color #44E4CC: hue angle of 171º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E4CC is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 228 | 204 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.11 |
| HSL | 171º | 0.75% | 0.58% | - |
| HSV(B) | 171º | 0.7% | 0.89% | - |
| XYZ | 41.03 | 61.08 | 66.75 | - |
| YUV | 177.42 | 142.99 | 49.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 228 | 204 | 0.70 | 0 | 0.11 | 0.11 | 171 | 0.75 | 0.58 |
| Hex | 44 | E4 | CC | 46 | 0 | B | B | AB | 4B | 3A |
| Octal | 104 | 344 | 314 | 106 | 0 | 13 | 13 | 253 | 113 | 72 |
| Binary | 1000100 | 11100100 | 11001100 | 1000110 | 0 | 1011 | 1011 | 10101011 | 1001011 | 111010 |
Color Harmonies of #44E4CC
Complementary color
Monochromatic Colors of #44E4CC
Black with #44E4CC
Text Example
Text Example
White with #44E4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E4CC; }
p { color: rgb(68,228,204); }
H1.HeaderClassName
{
color: #44E4CC;
}
.AnyTagClassName
{
color: #44E4CC;
}
</style>
background-color css
<style>
a { background-color: #44E4CC; }
a { background-color: rgb(68,228,204); }
div.DivClassName
{
background-color: #44E4CC;
}
.BgClassName
{
background-color: #44E4CC;
}
</style>
border-color css
<style>
span { border-color: #44E4CC; }
span { border-color: rgb(68,228,204); }
td.TdClassName
{
border-color: #44E4CC;
}
.TagClassName
{
border-color: #44E4CC;
}
</style>