Shades of Turquoise #44DFCC
Tints of Turquoise #44DFCC
RGB
CMYK
RGB Variations
Color information
#44DFCC (or 0x44DFCC) is known color: Turquoise. HEX triplet: 44, DF and CC. RGB value is (68,223,204). Sum of RGB (Red+Green+Blue) = 68+223+204=495 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.74% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #44DFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44DFCC is #BB2033. Grayscale: #AEAEAE. Windows color (decimal): -12263476 or 13426500. OLE color: 13426500.
HSL color Cylindrical-coordinate representation of color #44DFCC: hue angle of 172.65º 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 #44DFCC is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 68 | 223 | 204 | - |
| CMYK | 0.70 | 0 | 0.09 | 0.13 |
| HSL | 172.65º | 0.71% | 0.57% | - |
| HSV(B) | 172.65º | 0.7% | 0.87% | - |
| XYZ | 39.67 | 58.36 | 66.3 | - |
| YUV | 174.49 | 144.65 | 52.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 223 | 204 | 0.70 | 0 | 0.09 | 0.13 | 172.65 | 0.71 | 0.57 |
| Hex | 44 | DF | CC | 46 | 0 | 9 | D | AD | 47 | 39 |
| Octal | 104 | 337 | 314 | 106 | 0 | 11 | 15 | 255 | 107 | 71 |
| Binary | 1000100 | 11011111 | 11001100 | 1000110 | 0 | 1001 | 1101 | 10101101 | 1000111 | 111001 |
Color Harmonies of #44DFCC
Complementary color
Monochromatic Colors of #44DFCC
Black with #44DFCC
Text Example
Text Example
White with #44DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DFCC; }
p { color: rgb(68,223,204); }
H1.HeaderClassName
{
color: #44DFCC;
}
.AnyTagClassName
{
color: #44DFCC;
}
</style>
background-color css
<style>
a { background-color: #44DFCC; }
a { background-color: rgb(68,223,204); }
div.DivClassName
{
background-color: #44DFCC;
}
.BgClassName
{
background-color: #44DFCC;
}
</style>
border-color css
<style>
span { border-color: #44DFCC; }
span { border-color: rgb(68,223,204); }
td.TdClassName
{
border-color: #44DFCC;
}
.TagClassName
{
border-color: #44DFCC;
}
</style>