Shades of Turquoise #44FCCC
Tints of Turquoise #44FCCC
RGB
CMYK
RGB Variations
Color information
#44FCCC (or 0x44FCCC) is known color: Turquoise. HEX triplet: 44, FC and CC. RGB value is (68,252,204). Sum of RGB (Red+Green+Blue) = 68+252+204=524 (69% of max value = 765). Red value is 68 (26.95% from 255 or 12.98% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #44FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FCCC is #BB0333. Grayscale: #BFBFBF. Windows color (decimal): -12256052 or 13433924. OLE color: 13433924.
HSL color Cylindrical-coordinate representation of color #44FCCC: hue angle of 164.35º degrees, saturation: 0.97, 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 #44FCCC is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 252 | 204 | - |
| CMYK | 0.73 | 0 | 0.19 | 0.01 |
| HSL | 164.35º | 0.97% | 0.63% | - |
| HSV(B) | 164.35º | 0.73% | 0.99% | - |
| XYZ | 48.09 | 75.21 | 69.11 | - |
| YUV | 191.51 | 135.04 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 252 | 204 | 0.73 | 0 | 0.19 | 0.01 | 164.35 | 0.97 | 0.63 |
| Hex | 44 | FC | CC | 49 | 0 | 13 | 1 | A4 | 61 | 3F |
| Octal | 104 | 374 | 314 | 111 | 0 | 23 | 1 | 244 | 141 | 77 |
| Binary | 1000100 | 11111100 | 11001100 | 1001001 | 0 | 10011 | 1 | 10100100 | 1100001 | 111111 |
Color Harmonies of #44FCCC
Complementary color
Monochromatic Colors of #44FCCC
Black with #44FCCC
Text Example
Text Example
White with #44FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FCCC; }
p { color: rgb(68,252,204); }
H1.HeaderClassName
{
color: #44FCCC;
}
.AnyTagClassName
{
color: #44FCCC;
}
</style>
background-color css
<style>
a { background-color: #44FCCC; }
a { background-color: rgb(68,252,204); }
div.DivClassName
{
background-color: #44FCCC;
}
.BgClassName
{
background-color: #44FCCC;
}
</style>
border-color css
<style>
span { border-color: #44FCCC; }
span { border-color: rgb(68,252,204); }
td.TdClassName
{
border-color: #44FCCC;
}
.TagClassName
{
border-color: #44FCCC;
}
</style>