Shades of Turquoise #44FADC
Tints of Turquoise #44FADC
RGB
CMYK
RGB Variations
Color information
#44FADC (or 0x44FADC) is known color: Turquoise. HEX triplet: 44, FA and DC. RGB value is (68,250,220). Sum of RGB (Red+Green+Blue) = 68+250+220=538 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.64% from 538); Green value is 250 (98.05% from 255 or 46.47% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 250 - color contains mainly: green. Hex color #44FADC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FADC is #BB0523. Grayscale: #C0C0C0. Windows color (decimal): -12256548 or 14481988. OLE color: 14481988.
HSL color Cylindrical-coordinate representation of color #44FADC: hue angle of 170.11º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FADC is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 220 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.02 |
| HSL | 170.11º | 0.95% | 0.62% | - |
| HSV(B) | 170.11º | 0.73% | 0.98% | - |
| XYZ | 49.49 | 74.77 | 79.53 | - |
| YUV | 192.16 | 143.7 | 39.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 220 | 0.73 | 0 | 0.12 | 0.02 | 170.11 | 0.95 | 0.62 |
| Hex | 44 | FA | DC | 49 | 0 | C | 2 | AA | 5F | 3E |
| Octal | 104 | 372 | 334 | 111 | 0 | 14 | 2 | 252 | 137 | 76 |
| Binary | 1000100 | 11111010 | 11011100 | 1001001 | 0 | 1100 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #44FADC
Complementary color
Monochromatic Colors of #44FADC
Black with #44FADC
Text Example
Text Example
White with #44FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FADC; }
p { color: rgb(68,250,220); }
H1.HeaderClassName
{
color: #44FADC;
}
.AnyTagClassName
{
color: #44FADC;
}
</style>
background-color css
<style>
a { background-color: #44FADC; }
a { background-color: rgb(68,250,220); }
div.DivClassName
{
background-color: #44FADC;
}
.BgClassName
{
background-color: #44FADC;
}
</style>
border-color css
<style>
span { border-color: #44FADC; }
span { border-color: rgb(68,250,220); }
td.TdClassName
{
border-color: #44FADC;
}
.TagClassName
{
border-color: #44FADC;
}
</style>