Shades of Medium Turquoise #44CCBB
Tints of Medium Turquoise #44CCBB
RGB
CMYK
RGB Variations
Color information
#44CCBB (or 0x44CCBB) is known color: Medium Turquoise. HEX triplet: 44, CC and BB. RGB value is (68,204,187). Sum of RGB (Red+Green+Blue) = 68+204+187=459 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.81% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #44CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44CCBB is #BB3344. Grayscale: #A1A1A1. Windows color (decimal): -12268357 or 12307524. OLE color: 12307524.
HSL color Cylindrical-coordinate representation of color #44CCBB: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CCBB is Cyan = 0.67, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 204 | 187 | - |
| CMYK | 0.67 | 0 | 0.08 | 0.2 |
| HSL | 172.5º | 0.57% | 0.53% | - |
| HSV(B) | 172.5º | 0.67% | 0.8% | - |
| XYZ | 32.95 | 48 | 54.54 | - |
| YUV | 161.4 | 142.44 | 61.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 204 | 187 | 0.67 | 0 | 0.08 | 0.2 | 172.5 | 0.57 | 0.53 |
| Hex | 44 | CC | BB | 43 | 0 | 8 | 14 | AC | 39 | 35 |
| Octal | 104 | 314 | 273 | 103 | 0 | 10 | 24 | 254 | 71 | 65 |
| Binary | 1000100 | 11001100 | 10111011 | 1000011 | 0 | 1000 | 10100 | 10101100 | 111001 | 110101 |
Color Harmonies of #44CCBB
Complementary color
Monochromatic Colors of #44CCBB
Black with #44CCBB
Text Example
Text Example
White with #44CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CCBB; }
p { color: rgb(68,204,187); }
H1.HeaderClassName
{
color: #44CCBB;
}
.AnyTagClassName
{
color: #44CCBB;
}
</style>
background-color css
<style>
a { background-color: #44CCBB; }
a { background-color: rgb(68,204,187); }
div.DivClassName
{
background-color: #44CCBB;
}
.BgClassName
{
background-color: #44CCBB;
}
</style>
border-color css
<style>
span { border-color: #44CCBB; }
span { border-color: rgb(68,204,187); }
td.TdClassName
{
border-color: #44CCBB;
}
.TagClassName
{
border-color: #44CCBB;
}
</style>