Shades of Turquoise #44FDDB
Tints of Turquoise #44FDDB
RGB
CMYK
RGB Variations
Color information
#44FDDB (or 0x44FDDB) is known color: Turquoise. HEX triplet: 44, FD and DB. RGB value is (68,253,219). Sum of RGB (Red+Green+Blue) = 68+253+219=540 (71% of max value = 765). Red value is 68 (26.95% from 255 or 12.59% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #44FDDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FDDB is #BB0224. Grayscale: #C1C1C1. Windows color (decimal): -12255781 or 14417220. OLE color: 14417220.
HSL color Cylindrical-coordinate representation of color #44FDDB: hue angle of 168.97º degrees, saturation: 0.98, 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 #44FDDB is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 253 | 219 | - |
| CMYK | 0.73 | 0 | 0.13 | 0.01 |
| HSL | 168.97º | 0.98% | 0.63% | - |
| HSV(B) | 168.97º | 0.73% | 0.99% | - |
| XYZ | 50.3 | 76.59 | 79.15 | - |
| YUV | 193.81 | 142.21 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 253 | 219 | 0.73 | 0 | 0.13 | 0.01 | 168.97 | 0.98 | 0.63 |
| Hex | 44 | FD | DB | 49 | 0 | D | 1 | A9 | 62 | 3F |
| Octal | 104 | 375 | 333 | 111 | 0 | 15 | 1 | 251 | 142 | 77 |
| Binary | 1000100 | 11111101 | 11011011 | 1001001 | 0 | 1101 | 1 | 10101001 | 1100010 | 111111 |
Color Harmonies of #44FDDB
Complementary color
Monochromatic Colors of #44FDDB
Black with #44FDDB
Text Example
Text Example
White with #44FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FDDB; }
p { color: rgb(68,253,219); }
H1.HeaderClassName
{
color: #44FDDB;
}
.AnyTagClassName
{
color: #44FDDB;
}
</style>
background-color css
<style>
a { background-color: #44FDDB; }
a { background-color: rgb(68,253,219); }
div.DivClassName
{
background-color: #44FDDB;
}
.BgClassName
{
background-color: #44FDDB;
}
</style>
border-color css
<style>
span { border-color: #44FDDB; }
span { border-color: rgb(68,253,219); }
td.TdClassName
{
border-color: #44FDDB;
}
.TagClassName
{
border-color: #44FDDB;
}
</style>