Shades of Turquoise #44FCDA
Tints of Turquoise #44FCDA
RGB
CMYK
RGB Variations
Color information
#44FCDA (or 0x44FCDA) is known color: Turquoise. HEX triplet: 44, FC and DA. RGB value is (68,252,218). Sum of RGB (Red+Green+Blue) = 68+252+218=538 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.64% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #44FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FCDA is #BB0325. Grayscale: #C1C1C1. Windows color (decimal): -12256038 or 14351428. OLE color: 14351428.
HSL color Cylindrical-coordinate representation of color #44FCDA: hue angle of 168.91º degrees, saturation: 0.97, 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 #44FCDA is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 252 | 218 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.01 |
| HSL | 168.91º | 0.97% | 0.63% | - |
| HSV(B) | 168.91º | 0.73% | 0.99% | - |
| XYZ | 49.85 | 75.91 | 78.35 | - |
| YUV | 193.11 | 142.04 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 252 | 218 | 0.73 | 0 | 0.13 | 0.01 | 168.91 | 0.97 | 0.63 |
| Hex | 44 | FC | DA | 49 | 0 | D | 1 | A9 | 61 | 3F |
| Octal | 104 | 374 | 332 | 111 | 0 | 15 | 1 | 251 | 141 | 77 |
| Binary | 1000100 | 11111100 | 11011010 | 1001001 | 0 | 1101 | 1 | 10101001 | 1100001 | 111111 |
Color Harmonies of #44FCDA
Complementary color
Monochromatic Colors of #44FCDA
Black with #44FCDA
Text Example
Text Example
White with #44FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FCDA; }
p { color: rgb(68,252,218); }
H1.HeaderClassName
{
color: #44FCDA;
}
.AnyTagClassName
{
color: #44FCDA;
}
</style>
background-color css
<style>
a { background-color: #44FCDA; }
a { background-color: rgb(68,252,218); }
div.DivClassName
{
background-color: #44FCDA;
}
.BgClassName
{
background-color: #44FCDA;
}
</style>
border-color css
<style>
span { border-color: #44FCDA; }
span { border-color: rgb(68,252,218); }
td.TdClassName
{
border-color: #44FCDA;
}
.TagClassName
{
border-color: #44FCDA;
}
</style>