Shades of Turquoise #44FADD
Tints of Turquoise #44FADD
RGB
CMYK
RGB Variations
Color information
#44FADD (or 0x44FADD) is known color: Turquoise. HEX triplet: 44, FA and DD. RGB value is (68,250,221). Sum of RGB (Red+Green+Blue) = 68+250+221=539 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.62% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #44FADD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FADD is #BB0522. Grayscale: #C0C0C0. Windows color (decimal): -12256547 or 14547524. OLE color: 14547524.
HSL color Cylindrical-coordinate representation of color #44FADD: hue angle of 170.44º 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 #44FADD is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 221 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.02 |
| HSL | 170.44º | 0.95% | 0.62% | - |
| HSV(B) | 170.44º | 0.73% | 0.98% | - |
| XYZ | 49.62 | 74.82 | 80.23 | - |
| YUV | 192.28 | 144.2 | 39.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 221 | 0.73 | 0 | 0.12 | 0.02 | 170.44 | 0.95 | 0.62 |
| Hex | 44 | FA | DD | 49 | 0 | C | 2 | AA | 5F | 3E |
| Octal | 104 | 372 | 335 | 111 | 0 | 14 | 2 | 252 | 137 | 76 |
| Binary | 1000100 | 11111010 | 11011101 | 1001001 | 0 | 1100 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #44FADD
Complementary color
Monochromatic Colors of #44FADD
Black with #44FADD
Text Example
Text Example
White with #44FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FADD; }
p { color: rgb(68,250,221); }
H1.HeaderClassName
{
color: #44FADD;
}
.AnyTagClassName
{
color: #44FADD;
}
</style>
background-color css
<style>
a { background-color: #44FADD; }
a { background-color: rgb(68,250,221); }
div.DivClassName
{
background-color: #44FADD;
}
.BgClassName
{
background-color: #44FADD;
}
</style>
border-color css
<style>
span { border-color: #44FADD; }
span { border-color: rgb(68,250,221); }
td.TdClassName
{
border-color: #44FADD;
}
.TagClassName
{
border-color: #44FADD;
}
</style>