Shades of Turquoise #44FDB3
Tints of Turquoise #44FDB3
RGB
CMYK
RGB Variations
Color information
#44FDB3 (or 0x44FDB3) is known color: Turquoise. HEX triplet: 44, FD and B3. RGB value is (68,253,179). Sum of RGB (Red+Green+Blue) = 68+253+179=500 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.6% from 500); Green value is 253 (99.22% from 255 or 50.6% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 253 - color contains mainly: green. Hex color #44FDB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FDB3 is #BB024C. Grayscale: #BDBDBD. Windows color (decimal): -12255821 or 11795780. OLE color: 11795780.
HSL color Cylindrical-coordinate representation of color #44FDB3: hue angle of 156º 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 #44FDB3 is Cyan = 0.73, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 253 | 179 | - |
| CMYK | 0.73 | 0 | 0.29 | 0.01 |
| HSL | 156º | 0.98% | 0.63% | - |
| HSV(B) | 156º | 0.73% | 0.99% | - |
| XYZ | 45.65 | 74.73 | 54.67 | - |
| YUV | 189.25 | 122.21 | 41.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 253 | 179 | 0.73 | 0 | 0.29 | 0.01 | 156 | 0.98 | 0.63 |
| Hex | 44 | FD | B3 | 49 | 0 | 1D | 1 | 9C | 62 | 3F |
| Octal | 104 | 375 | 263 | 111 | 0 | 35 | 1 | 234 | 142 | 77 |
| Binary | 1000100 | 11111101 | 10110011 | 1001001 | 0 | 11101 | 1 | 10011100 | 1100010 | 111111 |
Color Harmonies of #44FDB3
Complementary color
Monochromatic Colors of #44FDB3
Black with #44FDB3
Text Example
Text Example
White with #44FDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FDB3; }
p { color: rgb(68,253,179); }
H1.HeaderClassName
{
color: #44FDB3;
}
.AnyTagClassName
{
color: #44FDB3;
}
</style>
background-color css
<style>
a { background-color: #44FDB3; }
a { background-color: rgb(68,253,179); }
div.DivClassName
{
background-color: #44FDB3;
}
.BgClassName
{
background-color: #44FDB3;
}
</style>
border-color css
<style>
span { border-color: #44FDB3; }
span { border-color: rgb(68,253,179); }
td.TdClassName
{
border-color: #44FDB3;
}
.TagClassName
{
border-color: #44FDB3;
}
</style>