Shades of Turquoise #44FADB
Tints of Turquoise #44FADB
RGB
CMYK
RGB Variations
Color information
#44FADB (or 0x44FADB) is known color: Turquoise. HEX triplet: 44, FA and DB. RGB value is (68,250,219). Sum of RGB (Red+Green+Blue) = 68+250+219=537 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.66% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #44FADB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FADB is #BB0524. Grayscale: #BFBFBF. Windows color (decimal): -12256549 or 14416452. OLE color: 14416452.
HSL color Cylindrical-coordinate representation of color #44FADB: hue angle of 169.78º 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 #44FADB is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 219 | - |
| CMYK | 0.73 | 0 | 0.12 | 0.02 |
| HSL | 169.78º | 0.95% | 0.62% | - |
| HSV(B) | 169.78º | 0.73% | 0.98% | - |
| XYZ | 49.36 | 74.71 | 78.84 | - |
| YUV | 192.05 | 143.2 | 39.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 219 | 0.73 | 0 | 0.12 | 0.02 | 169.78 | 0.95 | 0.62 |
| Hex | 44 | FA | DB | 49 | 0 | C | 2 | AA | 5F | 3E |
| Octal | 104 | 372 | 333 | 111 | 0 | 14 | 2 | 252 | 137 | 76 |
| Binary | 1000100 | 11111010 | 11011011 | 1001001 | 0 | 1100 | 10 | 10101010 | 1011111 | 111110 |
Color Harmonies of #44FADB
Complementary color
Monochromatic Colors of #44FADB
Black with #44FADB
Text Example
Text Example
White with #44FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FADB; }
p { color: rgb(68,250,219); }
H1.HeaderClassName
{
color: #44FADB;
}
.AnyTagClassName
{
color: #44FADB;
}
</style>
background-color css
<style>
a { background-color: #44FADB; }
a { background-color: rgb(68,250,219); }
div.DivClassName
{
background-color: #44FADB;
}
.BgClassName
{
background-color: #44FADB;
}
</style>
border-color css
<style>
span { border-color: #44FADB; }
span { border-color: rgb(68,250,219); }
td.TdClassName
{
border-color: #44FADB;
}
.TagClassName
{
border-color: #44FADB;
}
</style>