Shades of Medium Turquoise #55CCBB
Tints of Medium Turquoise #55CCBB
RGB
CMYK
RGB Variations
Color information
#55CCBB (or 0x55CCBB) is known color: Medium Turquoise. HEX triplet: 55, CC and BB. RGB value is (85,204,187). Sum of RGB (Red+Green+Blue) = 85+204+187=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCBB is #AA3344. Grayscale: #A6A6A6. Windows color (decimal): -11154245 or 12307541. OLE color: 12307541.
HSL color Cylindrical-coordinate representation of color #55CCBB: hue angle of 171.43º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CCBB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 187 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.2 |
| HSL | 171.43º | 0.54% | 0.57% | - |
| HSV(B) | 171.43º | 0.58% | 0.8% | - |
| XYZ | 34.31 | 48.7 | 54.61 | - |
| YUV | 166.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 187 | 0.58 | 0 | 0.08 | 0.2 | 171.43 | 0.54 | 0.57 |
| Hex | 55 | CC | BB | 3A | 0 | 8 | 14 | AB | 36 | 39 |
| Octal | 125 | 314 | 273 | 72 | 0 | 10 | 24 | 253 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10111011 | 111010 | 0 | 1000 | 10100 | 10101011 | 110110 | 111001 |
Color Harmonies of #55CCBB
Complementary color
Monochromatic Colors of #55CCBB
Black with #55CCBB
Text Example
Text Example
White with #55CCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCBB; }
p { color: rgb(85,204,187); }
H1.HeaderClassName
{
color: #55CCBB;
}
.AnyTagClassName
{
color: #55CCBB;
}
</style>
background-color css
<style>
a { background-color: #55CCBB; }
a { background-color: rgb(85,204,187); }
div.DivClassName
{
background-color: #55CCBB;
}
.BgClassName
{
background-color: #55CCBB;
}
</style>
border-color css
<style>
span { border-color: #55CCBB; }
span { border-color: rgb(85,204,187); }
td.TdClassName
{
border-color: #55CCBB;
}
.TagClassName
{
border-color: #55CCBB;
}
</style>