Shades of Turquoise #44EFDA
Tints of Turquoise #44EFDA
RGB
CMYK
RGB Variations
Color information
#44EFDA (or 0x44EFDA) is known color: Turquoise. HEX triplet: 44, EF and DA. RGB value is (68,239,218). Sum of RGB (Red+Green+Blue) = 68+239+218=525 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.95% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #44EFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44EFDA is #BB1025. Grayscale: #B9B9B9. Windows color (decimal): -12259366 or 14348100. OLE color: 14348100.
HSL color Cylindrical-coordinate representation of color #44EFDA: hue angle of 172.63º 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 #44EFDA is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 239 | 218 | - |
| CMYK | 0.72 | 0 | 0.09 | 0.06 |
| HSL | 172.63º | 0.84% | 0.6% | - |
| HSV(B) | 172.63º | 0.72% | 0.94% | - |
| XYZ | 45.91 | 68.02 | 77.04 | - |
| YUV | 185.48 | 146.35 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 239 | 218 | 0.72 | 0 | 0.09 | 0.06 | 172.63 | 0.84 | 0.6 |
| Hex | 44 | EF | DA | 48 | 0 | 9 | 6 | AD | 54 | 3C |
| Octal | 104 | 357 | 332 | 110 | 0 | 11 | 6 | 255 | 124 | 74 |
| Binary | 1000100 | 11101111 | 11011010 | 1001000 | 0 | 1001 | 110 | 10101101 | 1010100 | 111100 |
Color Harmonies of #44EFDA
Complementary color
Monochromatic Colors of #44EFDA
Black with #44EFDA
Text Example
Text Example
White with #44EFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EFDA; }
p { color: rgb(68,239,218); }
H1.HeaderClassName
{
color: #44EFDA;
}
.AnyTagClassName
{
color: #44EFDA;
}
</style>
background-color css
<style>
a { background-color: #44EFDA; }
a { background-color: rgb(68,239,218); }
div.DivClassName
{
background-color: #44EFDA;
}
.BgClassName
{
background-color: #44EFDA;
}
</style>
border-color css
<style>
span { border-color: #44EFDA; }
span { border-color: rgb(68,239,218); }
td.TdClassName
{
border-color: #44EFDA;
}
.TagClassName
{
border-color: #44EFDA;
}
</style>