Shades of Turquoise #44EFCD
Tints of Turquoise #44EFCD
RGB
CMYK
RGB Variations
Color information
#44EFCD (or 0x44EFCD) is known color: Turquoise. HEX triplet: 44, EF and CD. RGB value is (68,239,205). Sum of RGB (Red+Green+Blue) = 68+239+205=512 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.28% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFCD is #BB1032. Grayscale: #B7B7B7. Windows color (decimal): -12259379 or 13496132. OLE color: 13496132.
HSL color Cylindrical-coordinate representation of color #44EFCD: hue angle of 168.07º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44EFCD is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 205 | - |
| CMYK | 0.72 | 0 | 0.14 | 0.06 |
| HSL | 168.07º | 0.84% | 0.6% | - |
| HSV(B) | 168.07º | 0.72% | 0.94% | - |
| XYZ | 44.27 | 67.37 | 68.43 | - |
| YUV | 184 | 139.85 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 205 | 0.72 | 0 | 0.14 | 0.06 | 168.07 | 0.84 | 0.6 |
| Hex | 44 | EF | CD | 48 | 0 | E | 6 | A8 | 54 | 3C |
| Octal | 104 | 357 | 315 | 110 | 0 | 16 | 6 | 250 | 124 | 74 |
| Binary | 1000100 | 11101111 | 11001101 | 1001000 | 0 | 1110 | 110 | 10101000 | 1010100 | 111100 |
Color Harmonies of #44EFCD
Complementary color
Monochromatic Colors of #44EFCD
Black with #44EFCD
Text Example
Text Example
White with #44EFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFCD; }
p { color: rgb(68,239,205); }
H1.HeaderClassName
{
color: #44EFCD;
}
.AnyTagClassName
{
color: #44EFCD;
}
</style>
background-color css
<style>
a { background-color: #44EFCD; }
a { background-color: rgb(68,239,205); }
div.DivClassName
{
background-color: #44EFCD;
}
.BgClassName
{
background-color: #44EFCD;
}
</style>
border-color css
<style>
span { border-color: #44EFCD; }
span { border-color: rgb(68,239,205); }
td.TdClassName
{
border-color: #44EFCD;
}
.TagClassName
{
border-color: #44EFCD;
}
</style>