Shades of Turquoise #44DFC3
Tints of Turquoise #44DFC3
RGB
CMYK
RGB Variations
Color information
#44DFC3 (or 0x44DFC3) is known color: Turquoise. HEX triplet: 44, DF and C3. RGB value is (68,223,195). Sum of RGB (Red+Green+Blue) = 68+223+195=486 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.99% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 195 (76.56% from 255 or 40.12% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #44DFC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DFC3 is #BB203C. Grayscale: #ADADAD. Windows color (decimal): -12263485 or 12836676. OLE color: 12836676.
HSL color Cylindrical-coordinate representation of color #44DFC3: hue angle of 169.16º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44DFC3 is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 195 | - |
| CMYK | 0.70 | 0 | 0.13 | 0.13 |
| HSL | 169.16º | 0.71% | 0.57% | - |
| HSV(B) | 169.16º | 0.7% | 0.87% | - |
| XYZ | 38.62 | 57.94 | 60.78 | - |
| YUV | 173.46 | 140.15 | 52.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 195 | 0.70 | 0 | 0.13 | 0.13 | 169.16 | 0.71 | 0.57 |
| Hex | 44 | DF | C3 | 46 | 0 | D | D | A9 | 47 | 39 |
| Octal | 104 | 337 | 303 | 106 | 0 | 15 | 15 | 251 | 107 | 71 |
| Binary | 1000100 | 11011111 | 11000011 | 1000110 | 0 | 1101 | 1101 | 10101001 | 1000111 | 111001 |
Color Harmonies of #44DFC3
Complementary color
Monochromatic Colors of #44DFC3
Black with #44DFC3
Text Example
Text Example
White with #44DFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DFC3; }
p { color: rgb(68,223,195); }
H1.HeaderClassName
{
color: #44DFC3;
}
.AnyTagClassName
{
color: #44DFC3;
}
</style>
background-color css
<style>
a { background-color: #44DFC3; }
a { background-color: rgb(68,223,195); }
div.DivClassName
{
background-color: #44DFC3;
}
.BgClassName
{
background-color: #44DFC3;
}
</style>
border-color css
<style>
span { border-color: #44DFC3; }
span { border-color: rgb(68,223,195); }
td.TdClassName
{
border-color: #44DFC3;
}
.TagClassName
{
border-color: #44DFC3;
}
</style>