Shades of Turquoise #44F0CC
Tints of Turquoise #44F0CC
RGB
CMYK
RGB Variations
Color information
#44F0CC (or 0x44F0CC) is known color: Turquoise. HEX triplet: 44, F0 and CC. RGB value is (68,240,204). Sum of RGB (Red+Green+Blue) = 68+240+204=512 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.28% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 240 - color contains mainly: green. Hex color #44F0CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F0CC is #BB0F33. Grayscale: #B8B8B8. Windows color (decimal): -12259124 or 13430852. OLE color: 13430852.
HSL color Cylindrical-coordinate representation of color #44F0CC: hue angle of 167.44º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F0CC is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 68 | 240 | 204 | - |
| CMYK | 0.72 | 0 | 0.15 | 0.06 |
| HSL | 167.44º | 0.85% | 0.6% | - |
| HSV(B) | 167.44º | 0.72% | 0.94% | - |
| XYZ | 44.44 | 67.91 | 67.89 | - |
| YUV | 184.47 | 139.02 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 240 | 204 | 0.72 | 0 | 0.15 | 0.06 | 167.44 | 0.85 | 0.6 |
| Hex | 44 | F0 | CC | 48 | 0 | F | 6 | A7 | 55 | 3C |
| Octal | 104 | 360 | 314 | 110 | 0 | 17 | 6 | 247 | 125 | 74 |
| Binary | 1000100 | 11110000 | 11001100 | 1001000 | 0 | 1111 | 110 | 10100111 | 1010101 | 111100 |
Color Harmonies of #44F0CC
Complementary color
Monochromatic Colors of #44F0CC
Black with #44F0CC
Text Example
Text Example
White with #44F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F0CC; }
p { color: rgb(68,240,204); }
H1.HeaderClassName
{
color: #44F0CC;
}
.AnyTagClassName
{
color: #44F0CC;
}
</style>
background-color css
<style>
a { background-color: #44F0CC; }
a { background-color: rgb(68,240,204); }
div.DivClassName
{
background-color: #44F0CC;
}
.BgClassName
{
background-color: #44F0CC;
}
</style>
border-color css
<style>
span { border-color: #44F0CC; }
span { border-color: rgb(68,240,204); }
td.TdClassName
{
border-color: #44F0CC;
}
.TagClassName
{
border-color: #44F0CC;
}
</style>