Shades of Medium Turquoise #55CCBE
Tints of Medium Turquoise #55CCBE
RGB
CMYK
RGB Variations
Color information
#55CCBE (or 0x55CCBE) is known color: Medium Turquoise. HEX triplet: 55, CC and BE. RGB value is (85,204,190). Sum of RGB (Red+Green+Blue) = 85+204+190=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 204 - color contains mainly: green. Hex color #55CCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55CCBE is #AA3341. Grayscale: #A6A6A6. Windows color (decimal): -11154242 or 12504149. OLE color: 12504149.
HSL color Cylindrical-coordinate representation of color #55CCBE: hue angle of 172.94º 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 #55CCBE is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 190 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.2 |
| HSL | 172.94º | 0.54% | 0.57% | - |
| HSV(B) | 172.94º | 0.58% | 0.8% | - |
| XYZ | 34.63 | 48.83 | 56.32 | - |
| YUV | 166.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 190 | 0.58 | 0 | 0.07 | 0.2 | 172.94 | 0.54 | 0.57 |
| Hex | 55 | CC | BE | 3A | 0 | 7 | 14 | AD | 36 | 39 |
| Octal | 125 | 314 | 276 | 72 | 0 | 7 | 24 | 255 | 66 | 71 |
| Binary | 1010101 | 11001100 | 10111110 | 111010 | 0 | 111 | 10100 | 10101101 | 110110 | 111001 |
Color Harmonies of #55CCBE
Complementary color
Monochromatic Colors of #55CCBE
Black with #55CCBE
Text Example
Text Example
White with #55CCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CCBE; }
p { color: rgb(85,204,190); }
H1.HeaderClassName
{
color: #55CCBE;
}
.AnyTagClassName
{
color: #55CCBE;
}
</style>
background-color css
<style>
a { background-color: #55CCBE; }
a { background-color: rgb(85,204,190); }
div.DivClassName
{
background-color: #55CCBE;
}
.BgClassName
{
background-color: #55CCBE;
}
</style>
border-color css
<style>
span { border-color: #55CCBE; }
span { border-color: rgb(85,204,190); }
td.TdClassName
{
border-color: #55CCBE;
}
.TagClassName
{
border-color: #55CCBE;
}
</style>