Shades of Turquoise #44EFC5
Tints of Turquoise #44EFC5
RGB
CMYK
RGB Variations
Color information
#44EFC5 (or 0x44EFC5) is known color: Turquoise. HEX triplet: 44, EF and C5. RGB value is (68,239,197). Sum of RGB (Red+Green+Blue) = 68+239+197=504 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.49% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFC5 is #BB103A. Grayscale: #B7B7B7. Windows color (decimal): -12259387 or 12971844. OLE color: 12971844.
HSL color Cylindrical-coordinate representation of color #44EFC5: hue angle of 165.26º 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 #44EFC5 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 197 | - |
| CMYK | 0.72 | 0 | 0.18 | 0.06 |
| HSL | 165.26º | 0.84% | 0.6% | - |
| HSV(B) | 165.26º | 0.72% | 0.94% | - |
| XYZ | 43.33 | 66.99 | 63.47 | - |
| YUV | 183.08 | 135.85 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 197 | 0.72 | 0 | 0.18 | 0.06 | 165.26 | 0.84 | 0.6 |
| Hex | 44 | EF | C5 | 48 | 0 | 12 | 6 | A5 | 54 | 3C |
| Octal | 104 | 357 | 305 | 110 | 0 | 22 | 6 | 245 | 124 | 74 |
| Binary | 1000100 | 11101111 | 11000101 | 1001000 | 0 | 10010 | 110 | 10100101 | 1010100 | 111100 |
Color Harmonies of #44EFC5
Complementary color
Monochromatic Colors of #44EFC5
Black with #44EFC5
Text Example
Text Example
White with #44EFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFC5; }
p { color: rgb(68,239,197); }
H1.HeaderClassName
{
color: #44EFC5;
}
.AnyTagClassName
{
color: #44EFC5;
}
</style>
background-color css
<style>
a { background-color: #44EFC5; }
a { background-color: rgb(68,239,197); }
div.DivClassName
{
background-color: #44EFC5;
}
.BgClassName
{
background-color: #44EFC5;
}
</style>
border-color css
<style>
span { border-color: #44EFC5; }
span { border-color: rgb(68,239,197); }
td.TdClassName
{
border-color: #44EFC5;
}
.TagClassName
{
border-color: #44EFC5;
}
</style>