Shades of Medium Turquoise #55CCBC
Tints of Medium Turquoise #55CCBC
RGB
CMYK
RGB Variations
Color information
#55CCBC (or 0x55CCBC) is known color: Medium Turquoise. HEX triplet: 55, CC and BC. RGB value is (85,204,188). Sum of RGB (Red+Green+Blue) = 85+204+188=477 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.82% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCBC is #AA3343. Grayscale: #A6A6A6. Windows color (decimal): -11154244 or 12373077. OLE color: 12373077.
HSL color Cylindrical-coordinate representation of color #55CCBC: hue angle of 171.93º 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 #55CCBC is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 188 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.2 |
| HSL | 171.93º | 0.54% | 0.57% | - |
| HSV(B) | 171.93º | 0.58% | 0.8% | - |
| XYZ | 34.42 | 48.75 | 55.17 | - |
| YUV | 166.6 | 140.08 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 188 | 0.58 | 0 | 0.08 | 0.2 | 171.93 | 0.54 | 0.57 |
| Hex | 55 | CC | BC | 3A | 0 | 8 | 14 | AC | 36 | 39 |
| Octal | 125 | 314 | 274 | 72 | 0 | 10 | 24 | 254 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10111100 | 111010 | 0 | 1000 | 10100 | 10101100 | 110110 | 111001 |
Color Harmonies of #55CCBC
Complementary color
Monochromatic Colors of #55CCBC
Black with #55CCBC
Text Example
Text Example
White with #55CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCBC; }
p { color: rgb(85,204,188); }
H1.HeaderClassName
{
color: #55CCBC;
}
.AnyTagClassName
{
color: #55CCBC;
}
</style>
background-color css
<style>
a { background-color: #55CCBC; }
a { background-color: rgb(85,204,188); }
div.DivClassName
{
background-color: #55CCBC;
}
.BgClassName
{
background-color: #55CCBC;
}
</style>
border-color css
<style>
span { border-color: #55CCBC; }
span { border-color: rgb(85,204,188); }
td.TdClassName
{
border-color: #55CCBC;
}
.TagClassName
{
border-color: #55CCBC;
}
</style>