Shades of Turquoise #44E6CD
Tints of Turquoise #44E6CD
RGB
CMYK
RGB Variations
Color information
#44E6CD (or 0x44E6CD) is known color: Turquoise. HEX triplet: 44, E6 and CD. RGB value is (68,230,205). Sum of RGB (Red+Green+Blue) = 68+230+205=503 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.52% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #44E6CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44E6CD is #BB1932. Grayscale: #B2B2B2. Windows color (decimal): -12261683 or 13493828. OLE color: 13493828.
HSL color Cylindrical-coordinate representation of color #44E6CD: hue angle of 170.74º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E6CD is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 68 | 230 | 205 | - |
| CMYK | 0.70 | 0 | 0.11 | 0.10 |
| HSL | 170.74º | 0.76% | 0.58% | - |
| HSV(B) | 170.74º | 0.7% | 0.9% | - |
| XYZ | 41.7 | 62.23 | 67.57 | - |
| YUV | 178.71 | 142.83 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 230 | 205 | 0.70 | 0 | 0.11 | 0.10 | 170.74 | 0.76 | 0.58 |
| Hex | 44 | E6 | CD | 46 | 0 | B | A | AB | 4C | 3A |
| Octal | 104 | 346 | 315 | 106 | 0 | 13 | 12 | 253 | 114 | 72 |
| Binary | 1000100 | 11100110 | 11001101 | 1000110 | 0 | 1011 | 1010 | 10101011 | 1001100 | 111010 |
Color Harmonies of #44E6CD
Complementary color
Monochromatic Colors of #44E6CD
Black with #44E6CD
Text Example
Text Example
White with #44E6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E6CD; }
p { color: rgb(68,230,205); }
H1.HeaderClassName
{
color: #44E6CD;
}
.AnyTagClassName
{
color: #44E6CD;
}
</style>
background-color css
<style>
a { background-color: #44E6CD; }
a { background-color: rgb(68,230,205); }
div.DivClassName
{
background-color: #44E6CD;
}
.BgClassName
{
background-color: #44E6CD;
}
</style>
border-color css
<style>
span { border-color: #44E6CD; }
span { border-color: rgb(68,230,205); }
td.TdClassName
{
border-color: #44E6CD;
}
.TagClassName
{
border-color: #44E6CD;
}
</style>