Shades of Turquoise #44FABD
Tints of Turquoise #44FABD
RGB
CMYK
RGB Variations
Color information
#44FABD (or 0x44FABD) is known color: Turquoise. HEX triplet: 44, FA and BD. RGB value is (68,250,189). Sum of RGB (Red+Green+Blue) = 68+250+189=507 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.41% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #44FABD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FABD is #BB0542. Grayscale: #BCBCBC. Windows color (decimal): -12256579 or 12450372. OLE color: 12450372.
HSL color Cylindrical-coordinate representation of color #44FABD: hue angle of 159.89º 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 #44FABD is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 250 | 189 | - |
| CMYK | 0.73 | 0 | 0.24 | 0.02 |
| HSL | 159.89º | 0.95% | 0.62% | - |
| HSV(B) | 159.89º | 0.73% | 0.98% | - |
| XYZ | 45.75 | 73.27 | 59.88 | - |
| YUV | 188.63 | 128.2 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 250 | 189 | 0.73 | 0 | 0.24 | 0.02 | 159.89 | 0.95 | 0.62 |
| Hex | 44 | FA | BD | 49 | 0 | 18 | 2 | A0 | 5F | 3E |
| Octal | 104 | 372 | 275 | 111 | 0 | 30 | 2 | 240 | 137 | 76 |
| Binary | 1000100 | 11111010 | 10111101 | 1001001 | 0 | 11000 | 10 | 10100000 | 1011111 | 111110 |
Color Harmonies of #44FABD
Complementary color
Monochromatic Colors of #44FABD
Black with #44FABD
Text Example
Text Example
White with #44FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FABD; }
p { color: rgb(68,250,189); }
H1.HeaderClassName
{
color: #44FABD;
}
.AnyTagClassName
{
color: #44FABD;
}
</style>
background-color css
<style>
a { background-color: #44FABD; }
a { background-color: rgb(68,250,189); }
div.DivClassName
{
background-color: #44FABD;
}
.BgClassName
{
background-color: #44FABD;
}
</style>
border-color css
<style>
span { border-color: #44FABD; }
span { border-color: rgb(68,250,189); }
td.TdClassName
{
border-color: #44FABD;
}
.TagClassName
{
border-color: #44FABD;
}
</style>