Shades of Turquoise #44FDDA
Tints of Turquoise #44FDDA
RGB
CMYK
RGB Variations
Color information
#44FDDA (or 0x44FDDA) is known color: Turquoise. HEX triplet: 44, FD and DA. RGB value is (68,253,218). Sum of RGB (Red+Green+Blue) = 68+253+218=539 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.62% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #44FDDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FDDA is #BB0225. Grayscale: #C1C1C1. Windows color (decimal): -12255782 or 14351684. OLE color: 14351684.
HSL color Cylindrical-coordinate representation of color #44FDDA: hue angle of 168.65º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FDDA is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 253 | 218 | - |
| CMYK | 0.73 | 0 | 0.14 | 0.01 |
| HSL | 168.65º | 0.98% | 0.63% | - |
| HSV(B) | 168.65º | 0.73% | 0.99% | - |
| XYZ | 50.16 | 76.54 | 78.46 | - |
| YUV | 193.7 | 141.71 | 38.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 253 | 218 | 0.73 | 0 | 0.14 | 0.01 | 168.65 | 0.98 | 0.63 |
| Hex | 44 | FD | DA | 49 | 0 | E | 1 | A9 | 62 | 3F |
| Octal | 104 | 375 | 332 | 111 | 0 | 16 | 1 | 251 | 142 | 77 |
| Binary | 1000100 | 11111101 | 11011010 | 1001001 | 0 | 1110 | 1 | 10101001 | 1100010 | 111111 |
Color Harmonies of #44FDDA
Complementary color
Monochromatic Colors of #44FDDA
Black with #44FDDA
Text Example
Text Example
White with #44FDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FDDA; }
p { color: rgb(68,253,218); }
H1.HeaderClassName
{
color: #44FDDA;
}
.AnyTagClassName
{
color: #44FDDA;
}
</style>
background-color css
<style>
a { background-color: #44FDDA; }
a { background-color: rgb(68,253,218); }
div.DivClassName
{
background-color: #44FDDA;
}
.BgClassName
{
background-color: #44FDDA;
}
</style>
border-color css
<style>
span { border-color: #44FDDA; }
span { border-color: rgb(68,253,218); }
td.TdClassName
{
border-color: #44FDDA;
}
.TagClassName
{
border-color: #44FDDA;
}
</style>